Table of Contents

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. Retrieved snippets are injected as hidden context up to MaximumRecallTokens.

AgentMemory Memory { get; set; }

Property Value

AgentMemory