@salesforce/agents
    Preparing search index...

    Type Alias AgentDsl

    type AgentDsl = {
        agent_version: { developer_name: string; planner_type: string };
        global_configuration: {
            agent_type: string;
            description: string;
            developer_name: string;
            label: string;
        };
        schema_version: string;
    }
    Index

    Properties

    agent_version: { developer_name: string; planner_type: string }
    global_configuration: {
        agent_type: string;
        description: string;
        developer_name: string;
        label: string;
    }
    schema_version: string