AiAgentLlmUpdateInput
No description
input AiAgentLlmUpdateInput {
id: ID!
name: String
description: String
externalId: String
agentVersionIds: [String!]
agentIds: [ID!]
}
Fields
AiAgentLlmUpdateInput.id ● ID! non-null scalar miscellaneous {#id}
LLM GUID
AiAgentLlmUpdateInput.name ● String scalar miscellaneous {#name}
Name of the LLM
AiAgentLlmUpdateInput.description ● String scalar miscellaneous {#description}
Description of the LLM
AiAgentLlmUpdateInput.externalId ● String scalar miscellaneous {#external-id}
External id of the LLM
AiAgentLlmUpdateInput.agentVersionIds ● [String!] list scalar miscellaneous {#agent-version-ids}
One or more agent version guids to which LLM need to be associated
AiAgentLlmUpdateInput.agentIds ● [ID!] list scalar miscellaneous {#agent-ids}
List of AI Agent IDs to associate with this llm. This will associate to DRAFT version of those agents
Member Of
aiAgentLlmUpdate mutation
Was this topic helpful?