mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-03 09:53:45 +00:00
schema naming cleanup, should be much closer
This commit is contained in:
parent
69e1176ff8
commit
5293b4e5e9
11 changed files with 20459 additions and 12557 deletions
|
|
@ -36,7 +36,7 @@ def _get_protocol_method(api: Api, method_name: str) -> Any | None:
|
|||
if _protocol_methods_cache is None:
|
||||
_protocol_methods_cache = {}
|
||||
protocols = api_protocol_map()
|
||||
from llama_stack.apis.tools import SpecialToolGroup, ToolRuntime
|
||||
from llama_stack_api.tools import SpecialToolGroup, ToolRuntime
|
||||
|
||||
toolgroup_protocols = {
|
||||
SpecialToolGroup.rag_tool: ToolRuntime,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue