mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-03 09:53:45 +00:00
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. |
||
|---|---|---|
| .. | ||
| llama_stack | ||
| llama_stack_ui | ||