Waiting for engine...
Skip to main content

AiAgentTaskCreateInput

No description

input AiAgentTaskCreateInput {
providerAccountId: ID!
name: String!
description: String
taskMetaData: String
agentToolIds: [ID!]
tags: [AiAgentTagInput!]
instructions: [String!]
agentIds: [ID!]
}

Fields​

AiAgentTaskCreateInput.providerAccountId ● ID! non-null scalar miscellaneous {#provider-account-id}

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

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

Name of the AI agent task.

AiAgentTaskCreateInput.description ● String scalar miscellaneous {#description}

Description of the AI agent task.

AiAgentTaskCreateInput.taskMetaData ● String scalar miscellaneous {#task-meta-data}

Additional task information in JSON format.

AiAgentTaskCreateInput.agentToolIds ● [ID!] list scalar miscellaneous {#agent-tool-ids}

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

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

Optional tags for categorization.

AiAgentTaskCreateInput.instructions ● [String!] list scalar miscellaneous {#instructions}

Instructions for the task.

AiAgentTaskCreateInput.agentIds ● [ID!] list scalar miscellaneous {#agent-ids}

List of AI Agent IDs to associate with this task. This will associate to DRAFT version of those agents

Member Of​

aiAgentTaskCreate mutation

On this Page