final changes

This commit is contained in:
Dinesh Yeduguru 2024-12-19 20:59:47 -08:00
parent a297d27d48
commit de065a60f2
11 changed files with 142 additions and 108 deletions

View file

@ -48,7 +48,7 @@ def builtin_automatically_routed_apis() -> List[AutoRoutedApiInfo]:
router_api=Api.eval,
),
AutoRoutedApiInfo(
routing_table_api=Api.tools,
routing_table_api=Api.tool_groups,
router_api=Api.tool_runtime,
),
]