Table of Contents

Property MaximumRecallTokens

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

MaximumRecallTokens

Gets or sets the maximum number of tokens that can be recalled from memory when Memory is set.

This property is only applicable if an AgentMemory instance is assigned. The value specifies the maximum token length of content retrieved from memory to enhance conversation context. It is automatically capped at half of the overall context size.

The default value is ContextSize / 4.

public int MaximumRecallTokens { get; set; }

Property Value

int