assign_task
Hand off a task to another actor by specifying the task ID and target actor, with an optional note to preserve workflow context.
Instructions
Assign or handoff a task to another actor
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task_id | Yes | Task ID | |
| to_actor | Yes | Actor ID to assign to | |
| from_actor | No | Current actor (for handoff tracking) | |
| handoff_note | No | Note about the handoff |