Waiting for engine...
Skip to main content

AiAgentLlmInput

No description

input AiAgentLlmInput {
version: String
name: String!
description: String
externalId: String
}

Fields

AiAgentLlmInput.version ● String scalar miscellaneous

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

AiAgentLlmInput.name ● String! non-null scalar miscellaneous

Name of the LLM

AiAgentLlmInput.description ● String scalar miscellaneous

Description of the LLM

AiAgentLlmInput.externalId ● String scalar miscellaneous

External id of the LLM if available

Member Of

AiAgentCreateInput input ●  AiAgentUpdateInput input

On this Page