executeImpl abstract method

Future executeImpl(
  1. Map<String, dynamic> params
)

Implement the actual tool logic

params are the validated parameters (never null here) Returns the result data to send in the response

Implementation

Future<dynamic> executeImpl(Map<String, dynamic> params);