@salesforce/agents
    Preparing search index...

    Type Alias AiTestingDefinition

    type AiTestingDefinition = {
        description?: string;
        name: string;
        subjectName: string;
        subjectType: "AGENT";
        subjectVersion?: string;
        testCase: AiTestCase[];
    }
    Index

    Properties

    description?: string
    name: string
    subjectName: string
    subjectType: "AGENT"
    subjectVersion?: string
    testCase: AiTestCase[]