Property StopOnFailure
- Namespace
- LMKit.Agents.Orchestration
- Assembly
- LM-Kit.NET.dll
StopOnFailure
Gets or sets a value indicating whether to stop on first agent failure.
When true, the orchestration stops immediately if any agent fails.
When false, failures are recorded but execution may continue.
Default is true.
public bool StopOnFailure { get; set; }