Waiting for engine...
Skip to main content

AiAgentTaskCreateInput

No description

input AiAgentTaskCreateInput {
providerAccountId: ID!
name: String!
externalId: String
description: String
version: String
taskStatus: AiAgentTaskStatus
taskMetaData: String
agentVersionIds: [ID!]
agentToolIds: [ID!]
updatedByOrigin: AiAgentOriginType
tags: [AiAgentTagInput!]
instructions: [String]
}

Fields

AiAgentTaskCreateInput.providerAccountId ● ID! non-null scalar miscellaneous

The ID of the AI Agent Provider account where the task is to be created.

AiAgentTaskCreateInput.name ● String! non-null scalar miscellaneous

Name of the AI agent task.

AiAgentTaskCreateInput.externalId ● String scalar miscellaneous

External id of the AI agent task if available.

AiAgentTaskCreateInput.description ● String scalar miscellaneous

Description of the AI agent task.

AiAgentTaskCreateInput.version ● String scalar miscellaneous

Version of the AI agent task (could be null, "DRAFT", or numeric).

AiAgentTaskCreateInput.taskStatus ● AiAgentTaskStatus enum agent-control-tower

Status of the task.

AiAgentTaskCreateInput.taskMetaData ● String scalar miscellaneous

Additional task information in JSON format.

AiAgentTaskCreateInput.agentVersionIds ● [ID!] list scalar miscellaneous

List of AI Agent Version IDs to associate with this task.

AiAgentTaskCreateInput.agentToolIds ● [ID!] list scalar miscellaneous

List of AI Agent Tool IDs to associate with this task.

AiAgentTaskCreateInput.updatedByOrigin ● AiAgentOriginType enum agent-control-tower

AI Agent Origin Type when creating the task.

AiAgentTaskCreateInput.tags ● [AiAgentTagInput!] list input agent-control-tower

Optional tags for categorization.

AiAgentTaskCreateInput.instructions ● [String] list scalar miscellaneous

Instructions for the task.

Member Of

aiAgentTaskCreate mutation

On this Page