@salesforce/agents
    Preparing search index...

    Type Alias AgentOptions

    Options for creating instances of agents from an org.

    type AgentOptions = {
        connection: Connection;
        name: string;
        project?: SfProject;
    }
    Index

    Properties

    connection: Connection
    name: string
    project?: SfProject