@adcp/sdk API Reference - v7.9.0
    Preparing search index...

    Interface AgentListResponse

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

    Properties

    Properties

    agents: AgentConfig[]
    total: number