Table of Contents

Event MemoryRecall

Namespace
LMKit.TextGeneration
Assembly
LM-Kit.NET.dll

Occurs when a memory partition is recalled to augment the conversation.

This event is raised during the processing of a chat message when memory partitions are retrieved from the AgentMemory. Subscribers can inspect details such as the memory collection, the text content, and the memory identifier. They may also cancel the memory injection by setting Cancel to true.

public event EventHandler<MemoryRecallEventArgs> MemoryRecall

Returns

EventHandler<MemoryRecallEventArgs>
Occurs when a memory partition is recalled to augment the conversation. This event is raised during the processing of a chat message when memory partitions are retrieved from the . Subscribers can inspect details such as the memory collection, the text content, and the memory identifier. They may also cancel the memory injection by setting to true.