mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-23 15:43:56 +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 |
||
|---|---|---|
| .. | ||
| apis | ||
| cli | ||
| distribution | ||
| models | ||
| providers | ||
| strong_typing | ||
| templates | ||
| ui | ||
| __init__.py | ||
| env.py | ||
| log.py | ||
| schema_utils.py | ||