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 {#id}
LLM GUID.
AiAgentLlm.version ● String scalar miscellaneous {#version}
The version could be null, a string like "DRAFT" or numeric.
AiAgentLlm.name ● String scalar miscellaneous {#name}
Name of the LLM, this will be unique for combination of provider account ,version and externalId.
AiAgentLlm.description ● String scalar miscellaneous {#description}
llm description.
AiAgentLlm.externalId ● ID scalar miscellaneous {#external-id}
llm external ID.
AiAgentLlm.agentVersions ● [AiAgentVersion!] list object agent-control-tower {#agent-versions}
Array of associated agent versions.
Returned By
aiAgentLlm query ●
aiAgentLlmCreate mutation ●
aiAgentLlmUpdate mutation
Member Of
AiAgentLlmsQueryResponse object ●
AiAgentVersion object