Property Memory
- Namespace
- LMKit.TextGeneration
- Assembly
- LM-Kit.NET.dll
Memory
Long-term memory store used to recall relevant context across turns.
Assign an AgentMemory implementation to enable retrieval of relevant text partitions (e.g., user docs, FAQs). Retrieved snippets are injected as hidden context up to MaximumRecallTokens.
public AgentMemory Memory { get; set; }