@salesforce/agents
    Preparing search index...

    Type Alias AgentTestConfig

    type AgentTestConfig = {
        mdPath?: string;
        name?: string;
        specData?: TestSpec | NgtTestSpec;
        specPath?: string;
    }
    Index

    Properties

    mdPath?: string

    The local file path of an AiEvaluationDefinition or AiTestingDefinition metadata file.

    name?: string

    The API name of an AiEvaluationDefinition or AiTestingDefinition.

    specData?: TestSpec | NgtTestSpec

    The agent test spec data (legacy TestSpec or NGT NgtTestSpec).

    specPath?: string

    The local file path of an agent test spec file (legacy YAML or NGT YAML).