Skip to main content

InvokeToolEventArgs

Namespace: Wisej.AI

Assembly: Wisej.AI

public class InvokeToolEventArgs : HandledEventArgs

Constructors

InvokeToolEventArgs(session, context)

Initializes a new instance of InvokeToolEventArgs.

NameTypeDescription
sessionSmartSession
contextToolContext

Properties

Session

SmartSession: Gets the session associated with the event.

ToolContext

ToolContext:

Used By

NameDescription
SmartSession.InvokeToolEventHandler