AiAgentLlmCreateInput
No description
input AiAgentLlmCreateInput {
providerAccountId: ID!
name: String!
version: String
description: String
externalId: String
agentVersionIds: [String!]
agentIds: [ID!]
}
Fields
AiAgentLlmCreateInput.providerAccountId ● ID! non-null scalar miscellaneous {#provider-account-id}
Provider account guid
AiAgentLlmCreateInput.name ● String! non-null scalar miscellaneous {#name}
Name of the LLM
AiAgentLlmCreateInput.version ● String scalar miscellaneous {#version}
Version for the LLM, version could be null, a string like "DRAFT" or numeric
AiAgentLlmCreateInput.description ● String scalar miscellaneous {#description}
Description of the LLM
AiAgentLlmCreateInput.externalId ● String scalar miscellaneous {#external-id}
External id of the LLM if available
AiAgentLlmCreateInput.agentVersionIds ● [String!] list scalar miscellaneous {#agent-version-ids}
One or more agent version guids to which LLM need to be associated
AiAgentLlmCreateInput.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
aiAgentLlmCreate mutation