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

    Interface ClaimConfidenceAssessment

    interface ClaimConfidenceAssessment {
        adjustedConfidence: number;
        agentId: string;
        citationQuality: CitationQualityScore;
        claimId: string;
        domain: ConfidenceDomain;
        passesThreshold: boolean;
        penalties: ConfidencePenalty[];
        questionId: string;
        rawConfidence: number;
        threshold: number;
    }
    Index
    adjustedConfidence: number

    Adjusted confidence after penalties

    agentId: string
    citationQuality: CitationQualityScore

    Citation quality score

    claimId: string
    passesThreshold: boolean

    Whether this claim passes the confidence threshold

    penalties: ConfidencePenalty[]

    Penalties applied

    questionId: string
    rawConfidence: number

    Raw confidence from claim

    threshold: number

    Threshold used