@salesforce/agents
    Preparing search index...

    Type Alias AgentTestConfig

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

    Properties

    mdPath?: string

    The local file path of a AiEvaluationDefinition metadata file.

    name?: string

    The API name of a AiEvaluationDefinition.

    specData?: TestSpec

    The agent test spec data.

    specPath?: string

    The local file path of an agent test spec file.