AiAgentLlm
No description
type AiAgentLlm {
id: ID!
version: String
name: String
description: String
externalId: ID
agentVersions: [AiAgentVersion!]
}
Fields
AiAgentLlm.id ● ID! non-null scalar miscellaneous
LLM GUID.
AiAgentLlm.version ● String scalar miscellaneous
The version could be null, a string like "DRAFT" or numeric.
AiAgentLlm.name ● String scalar miscellaneous
Name of the LLM, this will be unique for combination of provider account ,version and externalId.
AiAgentLlm.description ● String scalar miscellaneous
llm description.
AiAgentLlm.externalId ● ID scalar miscellaneous
llm external ID.
AiAgentLlm.agentVersions ● [AiAgentVersion!] list object agent-control-tower
Array of associated agent versions.
Returned By
aiAgentLlm query ●
aiAgentLlmCreate mutation ●
aiAgentLlmUpdate mutation
Member Of
AiAgentLlmsQueryResponse object ●
AiAgentVersion object
Was this topic helpful?