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

    Interface PlaygroundTestcase

    interface PlaygroundTestcase {
        expectedOutput?: string;
        id: string;
        name: string;
        variables: Record<string, string>;
    }
    Index
    expectedOutput?: string

    Expected output (optional, for scoring)

    id: string
    name: string
    variables: Record<string, string>

    Input variables for template substitution