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

    Interface RAGCitationEvaluation

    interface RAGCitationEvaluation {
        citationId: string;
        isVerifiable: boolean;
        matchesRetrievedChunk: boolean;
        pointsToValidSource: boolean;
    }
    Index
    citationId: string
    isVerifiable: boolean
    matchesRetrievedChunk: boolean
    pointsToValidSource: boolean