address feedback

This commit is contained in:
Dinesh Yeduguru 2025-01-08 18:24:35 -08:00
parent e08b7f4432
commit a7a55748ca
8 changed files with 21 additions and 24 deletions

View file

@ -527,7 +527,6 @@ class ToolGroupsRoutingTable(CommonRoutingTableImpl, ToolGroups):
provider_resource_id=tool_def.name,
metadata=tool_def.metadata,
tool_host=tool_host,
built_in_type=tool_def.built_in_type,
)
)
for tool in tools: