nexus-agents - v2.80.0
    Preparing search index...

    Interface DashboardOutcome

    Outcome record for dashboard aggregation.

    interface DashboardOutcome {
        model: string;
        taskType: string;
        success: boolean;
        reward: number;
        latencyMs: number;
        tokensUsed: number;
        timestamp: number;
        allModelRewards?: Record<string, number>;
    }
    Index

    Properties

    model: string
    taskType: string
    success: boolean
    reward: number
    latencyMs: number
    tokensUsed: number
    timestamp: number
    allModelRewards?: Record<string, number>