Merge remote-tracking branch 'origin/main' into openai_v1

This commit is contained in:
Ashwin Bharambe 2025-09-29 13:41:11 -07:00
commit 35546386a2
52 changed files with 580 additions and 802 deletions

View file

@ -166,7 +166,7 @@ def model_providers(llama_stack_client):
@pytest.fixture(autouse=True)
def skip_if_no_model(request):
model_fixtures = ["text_model_id", "vision_model_id", "embedding_model_id", "judge_model_id"]
model_fixtures = ["text_model_id", "vision_model_id", "embedding_model_id", "judge_model_id", "shield_id"]
test_func = request.node.function
actual_params = inspect.signature(test_func).parameters.keys()