add wolfram alpha, bing search

This commit is contained in:
Dinesh Yeduguru 2025-01-07 16:07:03 -08:00
parent f9a98c278a
commit 94cca7a72a
14 changed files with 411 additions and 1 deletions

View file

@ -527,6 +527,7 @@ 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: