Class ToolInvokedEventArgs
Event fired when a tool invocation starts.
public sealed class ToolInvokedEventArgs : EventArgs
- Inheritance
-
ToolInvokedEventArgs
- Inherited Members
Properties
FrameId
Frame id
[JsonPropertyName("frameId")]
public string FrameId { get; set; }
Property Value
Input
The input parameters used for the invocation.
[JsonPropertyName("input")]
public string Input { get; set; }
Property Value
InvocationId
Invocation identifier.
[JsonPropertyName("invocationId")]
public string InvocationId { get; set; }
Property Value
ToolName
Name of the tool to invoke.
[JsonPropertyName("toolName")]
public string ToolName { get; set; }