Table of Contents

Property Memory

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

Memory

Gets or sets the AgentMemory instance used to persist and recall additional context.

When assigned, this memory instance is used to search for relevant text partitions that can be injected into the conversation to enhance the model's responses. In particular, during the generation process, if memory is available and not empty, the conversation attempts to retrieve and integrate context from memory.

public AgentMemory Memory { get; set; }

Property Value

AgentMemory