ToolAfterExecutionEvent constructor
const
ToolAfterExecutionEvent({})
Implementation
const ToolAfterExecutionEvent({
required super.timestamp,
super.sessionId,
super.metadata,
required this.toolName,
required this.input,
required this.output,
this.isError = false,
required this.executionDuration,
});