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

    Interface ValidityPredictionEntry

    interface ValidityPredictionEntry {
        actualOutcome?: string;
        agentId: string;
        confidence: number;
        evaluatorId?: string;
        predictedOutcome: string;
        predictionId: string;
        runId?: string;
        score?: number;
        timestamp: Date;
        wasCorrect?: boolean;
    }
    Index
    actualOutcome?: string
    agentId: string
    confidence: number
    evaluatorId?: string
    predictedOutcome: string
    predictionId: string
    runId?: string
    score?: number
    timestamp: Date
    wasCorrect?: boolean