mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-24 09:30:01 +00:00
- Change tool name from 'web_search' to 'web_search_brave' to avoid conflicts with Tavily - Standardize response format to JSON with 'query' and 'top_k' fields for consistency - Remove built_in_type parameter from ToolDef to match Tavily implementation - Return structured dict instead of string from _clean_result_by_type method Fixes #2606: Resolves tool name conflicts and response format inconsistencies that were causing non-deterministic behavior and poor user experience |
||
|---|---|---|
| .. | ||
| bing_search | ||
| brave_search | ||
| model_context_protocol | ||
| tavily_search | ||
| wolfram_alpha | ||
| __init__.py | ||