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

    Interface GarageDistribution

    interface GarageDistribution {
        answerFaithfulnessMean0to1: number;
        categoryDistribution: Record<string, number>;
        citationSupportMean0to1: number;
        citedPassageCountMean: number;
        complexityDistribution: Record<string, number>;
        contextDistribution: Record<string, number>;
        costUsdMean: number;
        deflectionAccuracyMean0to1: number;
        evidenceCoverage0to1: number;
        groundingPassageCountMean: number;
        groundingPrecisionMean0to1: number;
        groundingRecallMean0to1: number;
        latencyP95Ms: number;
        questionTypeDistribution: Record<string, number>;
        receiptScoreMean0to1: number;
        relevantPassageCountMean: number;
        rowCount: number;
        sourceDistribution: Record<string, number>;
        validationCoverage0to1: number;
    }
    Index
    answerFaithfulnessMean0to1: number
    categoryDistribution: Record<string, number>
    citationSupportMean0to1: number
    citedPassageCountMean: number
    complexityDistribution: Record<string, number>
    contextDistribution: Record<string, number>
    costUsdMean: number
    deflectionAccuracyMean0to1: number
    evidenceCoverage0to1: number
    groundingPassageCountMean: number
    groundingPrecisionMean0to1: number
    groundingRecallMean0to1: number
    latencyP95Ms: number
    questionTypeDistribution: Record<string, number>
    receiptScoreMean0to1: number
    relevantPassageCountMean: number
    rowCount: number
    sourceDistribution: Record<string, number>
    validationCoverage0to1: number