Property MaxSteps
- Namespace
- LMKit.Agents.Orchestration
- Assembly
- LM-Kit.NET.dll
MaxSteps
Gets or sets the maximum number of orchestration steps.
Limits the total number of agent invocations to prevent infinite loops. Default is 10.
public int MaxSteps { get; set; }