execute abstract method

Future<Map<String, dynamic>> execute(
  1. AiToolContext context
)

Executes the tool call for the supplied context.

Implementation

Future<Map<String, dynamic>> execute(AiToolContext context);