Method SkipAgent
- Namespace
- LMKit.Agents.Orchestration
- Assembly
- LM-Kit.NET.dll
SkipAgent(string)
Skips the agent execution with an optional reason.
public void SkipAgent(string reason = null)
Parameters
reasonstringThe reason for skipping.
Skips the agent execution with an optional reason.
public void SkipAgent(string reason = null)
reason stringThe reason for skipping.