Waiting for engine...
Skip to main content

AiAgentToolsQueryInput

Input type for getting tools for a provider account.

input AiAgentToolsQueryInput {
providerAccountId: ID!
pageIndex: Int
pageSize: Int
}

Fields​

AiAgentToolsQueryInput.providerAccountId ● ID! non-null scalar miscellaneous {#provider-account-id}

The ID of the AI Agent Provider account for which the tools are to be retrieved.

AiAgentToolsQueryInput.pageIndex ● Int scalar miscellaneous {#page-index}

Page index for pagination (must not be negative). Default is 0.

AiAgentToolsQueryInput.pageSize ● Int scalar miscellaneous {#page-size}

Number of items per page (must be greater than 0). Default is 10.

Member Of​

aiAgentTools query

On this Page