Event MemoryRecall
- Namespace
- LMKit.TextGeneration
- 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
. You can also prepend a custom
prefix (e.g., a section header) via Prefix.
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. You can also prepend a custom prefix (e.g., a section header) via .