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

    Interface InterRaterScore

    interface InterRaterScore {
        agentId: string;
        evaluatorId: string;
        runId?: string;
        score: number;
    }
    Index
    agentId: string
    evaluatorId: string
    runId?: string
    score: number