checkpoint_session
Create a checkpoint of the current AI session in graph memory, allowing full context resumption later. Ideal for ending sessions, switching tasks, or handling lengthy conversations.
Instructions
Save the current AI session to TokenMizer's graph memory. Creates a checkpoint that can be resumed later with full context. Use this when: finishing a work session, before switching tasks, or when the conversation is getting long.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| notes | No | Optional notes about what was accomplished | |
| session_id | Yes | Unique identifier for this session (e.g. 'my-project-auth') |