@adcp/client API Reference - v3.3.3
    Preparing search index...

    Interface AgentListResponse

    interface AgentListResponse {
        agents: AgentConfig[];
        total: number;
    }
    Index

    Properties

    Properties

    agents: AgentConfig[]
    total: number