mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-30 16:04:18 +00:00
OpenAI Responses API: Stub in basic web_search tool
This commit is contained in:
parent
52a69f0bf9
commit
35b2e2646f
8 changed files with 232 additions and 15 deletions
|
|
@ -20,6 +20,8 @@ def available_providers() -> List[ProviderSpec]:
|
|||
api_dependencies=[
|
||||
Api.models,
|
||||
Api.inference,
|
||||
Api.tool_groups,
|
||||
Api.tool_runtime,
|
||||
],
|
||||
),
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue