ToolBeforeExecutionEvent constructor
const
ToolBeforeExecutionEvent({})
Implementation
const ToolBeforeExecutionEvent({
required super.timestamp,
super.sessionId,
super.metadata,
required this.toolName,
required this.input,
});