Property MaxExtractionsPerTurn
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.