Table of Contents

Property MaxExtractionsPerTurn

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

MaxExtractionsPerTurn

Gets or sets the maximum number of facts to extract per conversation turn.

public int MaxExtractionsPerTurn { get; set; }

Property Value

int

A positive integer. Default is 5.

Remarks

Lower values reduce noise; higher values capture more detail per turn.

Share