set_current_task
Assign a specific task as the current active task, or clear the current task by providing null as the task ID.
Instructions
Sets the current task explicitly, or clears it when id is null.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Task ID, or null to clear the current task |