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