session_checkpoint
Create a checkpoint of a session's current state, preserving it for later restore. Provide a session ID and optional name to capture the graph memory context so you can return to this exact state when needed.
Instructions
Create a checkpoint snapshot of the current session state for later restore
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Optional human-readable name for the checkpoint | |
| sessionId | Yes | The session ID to checkpoint |