Summaries let you store condensed versions of conversations and search across them. Use them to build session history, generate user profiles, or give agents quick access to past interaction highlights.Documentation Index
Fetch the complete documentation index at: https://docs.lyzr.ai/llms.txt
Use this file to discover all available pages before exploring further.
Store a Summary
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
owner_id | str | Yes | User/tenant identifier |
session_id | str | Yes | Session being summarized |
content | str | Yes | The summary text |
messages_covered_count | int | Yes | Number of messages this summary covers |
agent_id | str | No | Agent identifier |
Get Current Summary
Retrieve the latest summary for a session:Search Summaries
Search across all archived summaries for a user:Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
owner_id | str | Yes | User/tenant identifier |
query | str | Yes | Semantic search query |
session_id | str | No | Filter to a specific session |
limit | int | No | Max results (default: 5) |
Async Variants
Summaries are a hosted-only feature. The open-source
lyzr-cognis package does not support summaries.