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

    Interface ConfidencePenalty

    interface ConfidencePenalty {
        amount: number;
        reason: string;
        type:
            | "NO_CITATION"
            | "LOW_CITATION_QUALITY"
            | "UNSUPPORTED_CONFIDENCE"
            | "HYPOTHESIS_PENALTY"
            | "SESSION_LOCAL_PENALTY";
    }
    Index
    amount: number
    reason: string
    type:
        | "NO_CITATION"
        | "LOW_CITATION_QUALITY"
        | "UNSUPPORTED_CONFIDENCE"
        | "HYPOTHESIS_PENALTY"
        | "SESSION_LOCAL_PENALTY"