AiAgentLlmUpdateInput
No description
input AiAgentLlmUpdateInput {
id: ID!
name: String
description: String
externalId: String
agentVersionIds: [String!]
}
Fields
AiAgentLlmUpdateInput.id ● ID! non-null scalar miscellaneous
LLM GUID
AiAgentLlmUpdateInput.name ● String scalar miscellaneous
Name of the LLM
AiAgentLlmUpdateInput.description ● String scalar miscellaneous
Description of the LLM
AiAgentLlmUpdateInput.externalId ● String scalar miscellaneous
External id of the LLM
AiAgentLlmUpdateInput.agentVersionIds ● [String!] list scalar miscellaneous
One or more agent version guids to which LLM need to be associated
Member Of
aiAgentLlmUpdate mutation
Was this topic helpful?