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

    Interface BuildJudgeCalibrationReceiptInput

    interface BuildJudgeCalibrationReceiptInput {
        agentId: string;
        agentStockBenchmarkProof?: JudgeCalibrationAgentStockBenchmarkProofInput;
        appeals?: JudgeCalibrationAppealInput[];
        calibrationSet: JudgeCalibrationSetInput;
        generatedAt?: string;
        graphProof?: JudgeCalibrationGraphProofInput;
        judgments: JudgeCalibrationJudgmentInput[];
        mode?: JudgeCalibrationMode;
        rubric: JudgeCalibrationRubricInput;
        runId: string;
        sourceRefs?: string[];
        stabilityChecks?: JudgeCalibrationStabilityCheckInput[];
        thresholds?: Partial<JudgeCalibrationThresholds>;
    }
    Index
    agentId: string
    agentStockBenchmarkProof?: JudgeCalibrationAgentStockBenchmarkProofInput
    appeals?: JudgeCalibrationAppealInput[]
    calibrationSet: JudgeCalibrationSetInput
    generatedAt?: string
    graphProof?: JudgeCalibrationGraphProofInput
    judgments: JudgeCalibrationJudgmentInput[]
    mode?: JudgeCalibrationMode
    rubric: JudgeCalibrationRubricInput
    runId: string
    sourceRefs?: string[]
    stabilityChecks?: JudgeCalibrationStabilityCheckInput[]
    thresholds?: Partial<JudgeCalibrationThresholds>