ToolExecutionCompleteEvent constructor
const
ToolExecutionCompleteEvent({})
Implementation
const ToolExecutionCompleteEvent({
required super.id,
required super.timestamp,
super.parentId,
super.ephemeral,
required this.toolCallId,
required this.success,
this.isUserRequested,
this.result,
this.error,
this.toolTelemetry,
this.parentToolCallId,
}) : super(type: 'tool.execution_complete');