@salesforce/agents
    Preparing search index...

    Type Alias AiTestingDefinition

    AiTestingDefinition:
        | {
            description?: string;
            name: string;
            subjectName: string;
            subjectType: "AGENT";
            subjectVersion?: string;
            testCase: AiTestCase[];
        }
        | {
            description?: string;
            name: string;
            subjectName: string;
            subjectType: "PROMPT";
            subjectVersion?: string;
            testCase: AiPromptTestCase[];
        }