@salesforce/agents
    Preparing search index...

    Type Alias NgtTestSpec

    NgtTestSpec:
        | {
            description?: string;
            name: string;
            subjectName: string;
            subjectType: "AGENT";
            subjectVersion?: string;
            testCases: NgtTestCase[];
        }
        | {
            description?: string;
            name: string;
            subjectName: string;
            subjectType: "PROMPT";
            subjectVersion?: string;
            testCases: NgtPromptTestCase[];
        }