llm_save_session
Generate and store compact session summaries to enable cross-session context. Allows AI models to retain awareness of prior conversations when resuming work or switching tasks.
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 |