Property MaxCallsPerTurn
MaxCallsPerTurn
Upper bound on the number of tool invocations permitted while resolving a single user turn. Helps prevent infinite tool-call loops. The default is 3.
public int MaxCallsPerTurn { get; set; }
Property Value
Remarks
Values less than 1 effectively prevent any tool chaining beyond the first attempt. Typical range is 1–8 depending on model reliability and latency budgets.