resume
Restore a previously saved browser session's state, including open tabs, scroll positions, video timestamps, and the AI reasoning thread, enabling seamless continuation of interrupted work.
Instructions
Resume a UNIHODL session — fetch the human's open tabs, scroll positions, video timestamps, the AI-tagged decision thread, partial conclusions, and intended next step. Returns the full Resume Context. Call this before any other tool when given a session_id.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| session_id | Yes | The UNIHODL session id (e.g., ses_8f3aZ91b). | |
| include | No | Which sections of the Resume Context to include. Default: all. | |
| format | No | Wire format. 'prompt-ready' returns a structured natural-language block. 'json' returns the raw Resume Context. |