clearTools method

void clearTools()

Clear all registered tools.

Mirrors Swift RunAnywhere.clearTools().

Implementation

void clearTools() {
  _toolDefinitions.clear();
  _toolExecutors.clear();
  _logger.info('Cleared all registered tools');
}