llama-stack-mirror/src
Omar Abdelwahab e6ebbd8a7b fix(tool-runtime): Remove authorization from list_runtime_tools in all providers
Updated all tool runtime provider implementations to remove the authorization
parameter from list_runtime_tools():

- tavily_search.py
- brave_search.py
- wolfram_alpha.py
- bing_search.py

These providers were missing in the previous commit. Tool listing typically
doesn't require authentication - only invoke_tool() needs the authorization
parameter for authenticated tool execution.

This ensures all tool runtime providers have consistent signatures matching
the updated protocol definition.
2025-11-12 16:20:53 -08:00
..
llama_stack fix(tool-runtime): Remove authorization from list_runtime_tools in all providers 2025-11-12 16:20:53 -08:00
llama_stack_ui feat: allow returning embeddings and metadata from /vector_stores/ methods; disallow changing Provider ID (#4046) 2025-11-12 09:59:48 -08:00