# Skip a redundant model call when saving session context

> Saving session context no longer makes an extra model call it didn't need. Cutting that redundant round trip trims latency and token cost on every save, so long-running sessions stay leaner without…

- Published: 2026-07-14
- Author: Agno Team
- Category: Changelog
- Canonical: https://www.agno.com/articles/skip-a-redundant-model-call-when-saving-session-context
- Markdown: https://www.agno.com/articles/skip-a-redundant-model-call-when-saving-session-context.md

Saving session context no longer makes an extra model call it didn't need. Cutting that redundant round trip trims latency and token cost on every save, so long-running sessions stay leaner without any change on your side.
