assign_task
Assign a task to an agent by providing task ID and agent ID; use null to unassign.
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 |