bytebot_create_task
Create autonomous tasks for ByteBot to execute by providing clear descriptions and optional file attachments, returning task IDs for tracking.
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 |