AiAgentLlmsQueryInput
No description
input AiAgentLlmsQueryInput {
startIndex: Int
endIndex: Int
providerAccountId: ID
}
Fields
AiAgentLlmsQueryInput.startIndex ● Int scalar miscellaneous {#start-index}
Zero-based page index, must not be negative. Default is 0.
AiAgentLlmsQueryInput.endIndex ● Int scalar miscellaneous {#end-index}
The size of the page to be returned, must be greater than 0. Default is 50.
AiAgentLlmsQueryInput.providerAccountId ● ID scalar miscellaneous {#provider-account-id}
Provider account ID to filter LLMs. Only LLMs associated with the specified provider account will be returned.
Member Of
aiAgentLlms query
Was this topic helpful?