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

    Interface SearchRetrievalFactualityInput

    interface SearchRetrievalFactualityInput {
        contradictionsFlagged: boolean;
        correctlyAttributed: number;
        fabricatedCitations: number;
        retrievalPrecision?: number;
        retrievalRecall?: number;
        sourcesVerified: boolean;
        totalClaims: number;
    }
    Index
    contradictionsFlagged: boolean

    Whether contradictions between sources are flagged

    correctlyAttributed: number

    Claims correctly attributed to sources

    fabricatedCitations: number

    Claims with fabricated or incorrect citations

    retrievalPrecision?: number

    Retrieval precision (0-1) if measured

    retrievalRecall?: number

    Retrieval recall (0-1) if measured

    sourcesVerified: boolean

    Whether retrieved sources are verified before use

    totalClaims: number

    Total claims made using retrieved/searched information