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