ToolRespondedEvent constructor
ToolRespondedEvent({
- required String invocationId,
- required InvocationStatus status,
- dynamic output,
- String? errorText,
- RemoteObject? exception,
Implementation
ToolRespondedEvent({
required this.invocationId,
required this.status,
this.output,
this.errorText,
this.exception,
});