Class AfterToolInvocationEventArgs
- Namespace
- LMKit.TextGeneration.Events
- Assembly
- LM-Kit.NET.dll
Raised after a tool invocation completes (or is cancelled), providing the ToolCallResult returned to the model.
public sealed class AfterToolInvocationEventArgs : EventArgs
- Inheritance
-
AfterToolInvocationEventArgs
- Inherited Members
Properties
- ToolCallResult
The result that will be (or was) sent back to the model.