pause_thread
Save a concrete next action and pause a thread, so you can pick up unfinished work later without losing context.
Instructions
Pause unfinished work and save the concrete next action to resume it.
Use when the thread will continue later. This updates its pause/resume
state; use mark_done for completed work or dismiss_thread for work being
intentionally abandoned. Requires the exact thread_id and next_step.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| next_step | Yes | ||
| thread_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||