execute method
Execute the tool with the given input.
Implementation
@override
Future<ToolResult> execute(Map<String, dynamic> input) async {
return _executeWithKey(input, 'default');
}
Execute the tool with the given input.
@override
Future<ToolResult> execute(Map<String, dynamic> input) async {
return _executeWithKey(input, 'default');
}