assign_task
Assign a task to an agent or unassign by setting agent_id to null. Manage task delegation and ownership.
Instructions
Assign a task to an agent (or unassign by passing null)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task_id | Yes | The task ID to assign | |
| agent_id | Yes | Agent ID to assign the task to, or null to unassign |