Agent Maturity Compass API - v1.2.0
    Preparing search index...

    Interface RagTextGenerationLiveDriftResult

    interface RagTextGenerationLiveDriftResult {
        receipt: LiveDriftReceipt;
        receiptHash: string;
        sourceEvidenceCoverage0to1: number;
        sourceMissingReasons: string[];
        sourceProof: RagTextGenerationSourceProof;
        watchAlerts: LiveDriftWatchAlert[];
    }
    Index
    receiptHash: string
    sourceEvidenceCoverage0to1: number
    sourceMissingReasons: string[]
    watchAlerts: LiveDriftWatchAlert[]