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

    Interface RAGOutputEvaluation

    interface RAGOutputEvaluation {
        citationCount: number;
        claimCount: number;
        confidence?: number;
        contradictingEvidenceCount?: number;
        groundedClaimCount: number;
        outputId: string;
    }
    Index
    citationCount: number
    claimCount: number
    confidence?: number
    contradictingEvidenceCount?: number
    groundedClaimCount: number
    outputId: string