llama-stack-mirror/tests/unit/providers
Ben Browning fa9e2dd543 fix: Don't cache clients for passthrough auth providers
Some of our inference providers support passthrough authentication via
`x-llamastack-provider-data` header values. This fixes the providers
that support passthrough auth to not cache their clients to the
backend providers (mostly OpenAI client instances) so that the client
connecting to Llama Stack has to provide those auth values on each and
every request.

Signed-off-by: Ben Browning <bbrownin@redhat.com>
2025-07-11 10:18:35 -04:00
..
agent feat: fine grained access control policy (#2264) 2025-06-03 14:51:12 -07:00
agents fix: AccessDeniedError leads to HTTP 500 instead of error 403 (#2595) 2025-07-03 10:50:49 -07:00
inference fix: Don't cache clients for passthrough auth providers 2025-07-11 10:18:35 -04:00
nvidia chore: remove nested imports (#2515) 2025-06-26 08:01:05 +05:30
utils fix: handle encoding errors when adding files to vector store (#2574) 2025-07-04 12:10:18 +02:00
vector_io chore: Adding unit tests for OpenAI vector stores and migrating SQLite-vec registry to kvstore (#2665) 2025-07-10 14:22:13 -04:00
test_configs.py feat(api): don't return a payload on file delete (#1640) 2025-03-25 17:12:36 -07:00