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

    Interface EvalImportCase

    interface EvalImportCase {
        expectedSnippet: string | null;
        id: string;
        inputSnippet: string | null;
        metadata: Record<string, unknown>;
        metricNames: string[];
        name: string;
        outputSnippet: string | null;
        pass: boolean | null;
        questionIds: string[];
        score: number | null;
        ts: number | null;
    }
    Index
    expectedSnippet: string | null
    id: string
    inputSnippet: string | null
    metadata: Record<string, unknown>
    metricNames: string[]
    name: string
    outputSnippet: string | null
    pass: boolean | null
    questionIds: string[]
    score: number | null
    ts: number | null