execute abstract method

Future<ToolResult> execute(
  1. Map<String, dynamic> input
)

Execute the tool with the given input.

Implementation

Future<ToolResult> execute(Map<String, dynamic> input);