llm_save_session
Summarize and save the current session to provide context for future AI calls. Call before ending a session or switching tasks to preserve continuity.
Instructions
Summarize and save the current session for cross-session context.
Uses a cheap model to generate a compact summary of the session's exchanges, then persists it to SQLite. Future routed calls will include this summary as context, giving external models awareness of prior work.
Call this before ending a session or when switching to a different task. Sessions with fewer than 3 exchanges are skipped.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |