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
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.description ● String scalar miscellaneous
Description of the AI agent task.
AiAgentTaskCreateInput.taskMetaData ● String scalar miscellaneous
Additional task information in JSON format.
AiAgentTaskCreateInput.agentToolIds ● [ID!] list scalar miscellaneous
List of AI Agent Tool IDs to associate with this task.
AiAgentTaskCreateInput.tags ● [AiAgentTagInput!] list input agent-control-tower
Optional tags for categorization.
AiAgentTaskCreateInput.instructions ● [String] list scalar miscellaneous
Instructions for the task.
AiAgentTaskCreateInput.agentIds ● [ID!] list scalar miscellaneous
List of AI Agent IDs to associate with this task. This will associate to DRAFT version of those agents
Member Of
aiAgentTaskCreate mutation