mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-07-29 15:23:51 +00:00
feat(ollama): add Brave search to tool groups
Add builtin::websearch_brave tool group with brave-search provider to ollama template. This enables users to choose between Brave and Tavily for websearch functionality in agents. Fixes #2606
This commit is contained in:
parent
4afd619c56
commit
9e8802533d
1 changed files with 2 additions and 0 deletions
|
@ -140,6 +140,8 @@ benchmarks: []
|
|||
tool_groups:
|
||||
- toolgroup_id: builtin::websearch
|
||||
provider_id: tavily-search
|
||||
- toolgroup_id: builtin::websearch_brave
|
||||
provider_id: brave-search
|
||||
- toolgroup_id: builtin::rag
|
||||
provider_id: rag-runtime
|
||||
- toolgroup_id: builtin::wolfram_alpha
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue