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

    Interface PlaygroundVariant

    interface PlaygroundVariant {
        estimatedTokens?: number;
        judgeResults?: JudgeResult[];
        latencyMs: number;
        metrics?: MetricGroupResult;
        model: string;
        output: string;
        promptId: string;
        promptName: string;
        renderedPrompt: string;
    }
    Index
    estimatedTokens?: number

    Token usage estimate

    judgeResults?: JudgeResult[]

    LLM judge evaluation

    latencyMs: number

    Latency in ms

    Metric evaluation results

    model: string
    output: string

    The agent/model output

    promptId: string
    promptName: string
    renderedPrompt: string

    The rendered prompt that was/would be sent