mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-19 16:49:40 +00:00
final changes
This commit is contained in:
parent
a297d27d48
commit
de065a60f2
11 changed files with 142 additions and 108 deletions
|
|
@ -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,
|
||||
),
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue