@salesforce/agents
    Preparing search index...

    Type Alias AiTestCasePromptInputXml

    type AiTestCasePromptInputXml = {
        promptInput: { referenceName: string; value: string }[];
    }
    Index

    Properties

    Properties

    promptInput: { referenceName: string; value: string }[]