memory_reload_context
Restore a previously saved working context snapshot to resume agent activity exactly where it left off.
Instructions
Restore a previously offloaded working-context snapshot (reload).
The counterpart to `memory_offload_context`: rehydrates the parked context so
the agent can resume where it left off. Returns the snapshot's stored data, or
an `{"error": ...}` object if the session/snapshot is not found.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| session_id | Yes | Session id to restore working context for. | |
| snapshot_id | No | Specific snapshot to reload. Omit to reload the most recent snapshot for the session. |