Registers multiple tools at once.
void registerTools(List<Tool> tools) { for (final tool in tools) { _tools[tool.name] = tool; } }