bytebot_create_task
Start autonomous task execution by creating new tasks with descriptions, priorities, and optional file attachments for ByteBot to process.
Instructions
Create a new task for ByteBot to execute. Returns task ID and initial status. Use this to start autonomous task execution.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| description | Yes | Natural language description of the task to execute. Be specific and clear about what you want ByteBot to do. | |
| priority | No | Task priority level. Higher priority tasks are executed first. Default: MEDIUM | MEDIUM |
| files | No | Optional: Array of file attachments to include with the task |