clearTools static method

void clearTools()

Clear all registered tools

Implementation

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