AiAgentLlmsQueryResponse
No description
type AiAgentLlmsQueryResponse {
totalResults: Long!
currentPageSize: Int!
llms: [AiAgentLlm!]
}
Fields
AiAgentLlmsQueryResponse.totalResults ● Long! non-null scalar partner-portal
Total number of items
AiAgentLlmsQueryResponse.currentPageSize ● Int! non-null scalar miscellaneous
Number of items in the current page
AiAgentLlmsQueryResponse.llms ● [AiAgentLlm!] list object agent-control-tower
Returned By
aiAgentLlms query
Was this topic helpful?