Table of Contents

Property MaxExtractionCompletionTokens

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

MaxExtractionCompletionTokens

Gets or sets the maximum number of completion tokens for the extraction LLM call.

public int MaxExtractionCompletionTokens { get; set; }

Property Value

int

Default is 512. Increase if extracted memories are being truncated.

Share