call abstract method

Future<ToolResult> call(
  1. Map<String, Object?> args
)

Invoke the tool with args.

Implementation

Future<ToolResult> call(Map<String, Object?> args);