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}

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

AiAgentLlmInput.name ● String! non-null scalar miscellaneous {#name}

Name of the LLM

AiAgentLlmInput.description ● String scalar miscellaneous {#description}

Description of the LLM

AiAgentLlmInput.externalId ● String scalar miscellaneous {#external-id}

External id of the LLM if available

On this Page