update_task_context
Merge keys into a task's persistent context to add or overwrite values. Share state between delegated agents without re-describing context in task descriptions.
Instructions
Merge keys into a task's persistent context blob. Existing keys are preserved; supplied keys are added or overwritten. Use this to pass shared state between delegated agents instead of re-describing context in task descriptions.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task_id | Yes | The task ID whose context to update | |
| context | Yes | Object whose keys are merged (not replaced) into existing context |