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

    Interface BenchmarkComparison

    interface BenchmarkComparison {
        agentScore: number;
        benchmarkMean: number;
        benchmarkMedian: number;
        category:
            | "top-10%"
            | "above-average"
            | "average"
            | "below-average"
            | "bottom-10%";
        percentile: number;
        questionId: string;
    }
    Index
    agentScore: number
    benchmarkMean: number
    benchmarkMedian: number
    category:
        | "top-10%"
        | "above-average"
        | "average"
        | "below-average"
        | "bottom-10%"
    percentile: number
    questionId: string