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
The ID of the AI Agent Provider account for which the tools are to be retrieved.
AiAgentToolsQueryInput.pageIndex ● Int scalar miscellaneous
Page index for pagination (must not be negative). Default is 0.
AiAgentToolsQueryInput.pageSize ● Int scalar miscellaneous
Number of items per page (must be greater than 0). Default is 10.
Member Of
aiAgentTools query
Was this topic helpful?