llama-stack-mirror/src
Omar Abdelwahab 778b7de9cb fix: add authorization parameter to ToolRuntimeRouter and routing table
The auto-routing layer was missing the authorization parameter:
- ToolRuntimeRouter.invoke_tool() now accepts and passes authorization
- ToolRuntimeRouter.list_runtime_tools() now accepts and passes authorization
- ToolGroupsRoutingTable.list_tools() now accepts and forwards authorization
- ToolGroupsRoutingTable._index_tools() now accepts and uses authorization

This fixes the '__autorouted__' provider signature mismatch error in CI.
2025-11-12 15:08:00 -08:00
..
llama_stack fix: add authorization parameter to ToolRuntimeRouter and routing table 2025-11-12 15:08:00 -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