onToolExecuted property
Stream<ToolExecutionEvent>
get
onToolExecuted
Stream of tool execution events.
Implementation
Stream<ToolExecutionEvent> get onToolExecuted => _executionController.stream;
Stream of tool execution events.
Stream<ToolExecutionEvent> get onToolExecuted => _executionController.stream;