InvokeToolEventArgs
Namespace: Wisej.AI
Assembly: Wisej.AI
- C#
- VB.NET
public class InvokeToolEventArgs : HandledEventArgs
Public Class InvokeToolEventArgs
Inherits HandledEventArgs
Constructors
InvokeToolEventArgs(session, context)
Initializes a new instance of InvokeToolEventArgs.
| Name | Type | Description |
|---|---|---|
| session | SmartSession | |
| context | ToolContext |
Properties
Session
SmartSession: Gets the session associated with the event.
ToolContext
Used By
| Name | Description |
|---|---|
| SmartSession.InvokeToolEventHandler |