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

    Interface GeneratedTestCase

    interface GeneratedTestCase {
        agentId: string;
        assertions: TestAssertion[];
        createdAt: number;
        expectedOutput?: string;
        id: string;
        input: string;
        metadata?: Record<string, unknown>;
        name: string;
        priority: "low" | "high" | "critical" | "medium";
        sourceFailureId: string;
        sourceType: FailureSource;
        tags: string[];
    }
    Index
    agentId: string
    assertions: TestAssertion[]

    Assertions to verify against the output

    createdAt: number
    expectedOutput?: string
    id: string
    input: string
    metadata?: Record<string, unknown>
    name: string
    priority: "low" | "high" | "critical" | "medium"
    sourceFailureId: string
    sourceType: FailureSource
    tags: string[]