AiAgentVersionCreateInput
No description
input AiAgentVersionCreateInput {
aiAgentId: ID!
name: String!
version: String
description: String
externalId: ID
tags: [AiAgentTagInput!]
trustLevel: AiAgentRegistryTrustLevel
versionMetadata: String
}
Fields
AiAgentVersionCreateInput.aiAgentId ● ID! non-null scalar miscellaneous
Unique identifier of the internal AI agent to create agent Version.
AiAgentVersionCreateInput.name ● String! non-null scalar miscellaneous
Defines the title of the AI agent version.
AiAgentVersionCreateInput.version ● String scalar miscellaneous
Specifies the version identifier of the AI agent version, default is DRAFT, also support alpha numeric characters.
AiAgentVersionCreateInput.description ● String scalar miscellaneous
Provides detailed information about the AI agent's version capabilities and features.
AiAgentVersionCreateInput.externalId ● ID scalar miscellaneous
External identifier for the AI agent version of the provider system.
AiAgentVersionCreateInput.tags ● [AiAgentTagInput!] list input agent-control-tower
Allows classification and organization through optional labeling system.
AiAgentVersionCreateInput.trustLevel ● AiAgentRegistryTrustLevel enum agent-control-tower
Indicates the confidence and reliability level of the AI agent version.
AiAgentVersionCreateInput.versionMetadata ● String scalar miscellaneous
Optional metadata for the agent version in JSON format.
Member Of
aiAgentVersionCreate mutation