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

    Interface ScoreComputationMetric

    interface ScoreComputationMetric {
        agentId: string;
        dimension?: string;
        level?: number;
        maxScore?: number;
        percentage?: number;
        questionId?: string;
        runId?: string;
        score: number;
        sessionId?: string;
        source?: string;
        ts?: number;
    }
    Index
    agentId: string
    dimension?: string
    level?: number
    maxScore?: number
    percentage?: number
    questionId?: string
    runId?: string
    score: number
    sessionId?: string
    source?: string
    ts?: number