Short-Term Memory stores context and data within the scope of a single conversation session. It enables your LyZR agent to maintain conversational coherence and provide contextually relevant responses during an ongoing interaction.
Session Scope: Data persists only until the conversation ends or the session is reset.
Ephemeral: No data is stored beyond the session lifecycle, ensuring transient context management.
Use Cases:
When defining an agent programmatically, include the following memory feature object in your JSON payload:
Short-Term Memory stores context and data within the scope of a single conversation session. It enables your LyZR agent to maintain conversational coherence and provide contextually relevant responses during an ongoing interaction.
Session Scope: Data persists only until the conversation ends or the session is reset.
Ephemeral: No data is stored beyond the session lifecycle, ensuring transient context management.
Use Cases:
When defining an agent programmatically, include the following memory feature object in your JSON payload: