Table of Contents

Event MemoryRecall

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

Fired when one or more memory partitions are recalled for this turn.

Subscribers may inspect the recalled content and optionally cancel injection by setting Cancel to true.

public event EventHandler<MemoryRecallEventArgs> MemoryRecall

Returns

EventHandler<MemoryRecallEventArgs>
Fired when one or more memory partitions are recalled for this turn. Subscribers may inspect the recalled content and optionally cancel injection by setting to true.
Implements