Event BeforeToolInvocation
Fired before a tool invocation. Handlers may cancel the call.
public event EventHandler<BeforeToolInvocationEventArgs> BeforeToolInvocation
Returns
- EventHandler<BeforeToolInvocationEventArgs>
- Fired before a tool invocation. Handlers may cancel the call.
- Implements