@archastro/sdk
    Preparing search index...

    Interface AgentToolListResponse

    Paginated list response containing the tools attached to an agent.

    interface AgentToolListResponse {
        data: AgentTool[];
    }
    Index

    Properties

    Properties

    data: AgentTool[]

    Array of agent tool objects returned for the current request.