Table of Contents

Property MaxCallsPerTurn

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

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

int

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.