Class WorkflowRequestedException
Thrown by IAutoFunctionInvocationFilter implementations when a tool call should be intercepted and routed through workflow planning instead of executing ad-hoc. The AgentLoop catches this to enter workflow generation mode.
public sealed class WorkflowRequestedException : Exception, ISerializable
- Inheritance
-
WorkflowRequestedException
- Implements
- Inherited Members
Constructors
WorkflowRequestedException()
public WorkflowRequestedException()
WorkflowRequestedException(string)
public WorkflowRequestedException(string triggeringTool)
Parameters
triggeringToolstring
WorkflowRequestedException(string, Exception)
public WorkflowRequestedException(string message, Exception innerException)
Parameters
Properties
TriggeringTool
The tool that triggered the workflow request.
public string TriggeringTool { get; }