Waiting for engine...
Skip to main content

AiAgentLlmCreateInput

No description

input AiAgentLlmCreateInput {
providerAccountId: ID!
name: String!
version: String
description: String
externalId: String
agentVersionIds: [String!]
}

Fields

AiAgentLlmCreateInput.providerAccountId ● ID! non-null scalar miscellaneous

Provider account guid

AiAgentLlmCreateInput.name ● String! non-null scalar miscellaneous

Name of the LLM

AiAgentLlmCreateInput.version ● String scalar miscellaneous

Version for the LLM, version could be null, a string like "DRAFT" or numeric

AiAgentLlmCreateInput.description ● String scalar miscellaneous

Description of the LLM

AiAgentLlmCreateInput.externalId ● String scalar miscellaneous

External id of the LLM if available

AiAgentLlmCreateInput.agentVersionIds ● [String!] list scalar miscellaneous

One or more agent version guids to which LLM need to be associated

Member Of

aiAgentLlmCreate mutation

On this Page