@salesforce/agents
    Preparing search index...

    Type Alias AgentforceStudioTestCaseResult

    type AgentforceStudioTestCaseResult = {
        subjectResponse: string;
        testNumber: number;
        testScorerResults: TestScorerResult[];
    }
    Index

    Properties

    subjectResponse: string
    testNumber: number
    testScorerResults: TestScorerResult[]