Merge branch 'main' into pr2088

This commit is contained in:
Ashwin Bharambe 2025-05-05 09:54:05 -07:00 committed by GitHub
commit 57b5449e85
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
12 changed files with 2341 additions and 2217 deletions

View file

@ -548,6 +548,7 @@ def test_rag_agent_with_attachments(llama_stack_client, agent_config):
assert "lora" in response.output_message.content.lower()
@pytest.mark.skip(reason="Code interpreter is currently disabled in the Stack")
def test_rag_and_code_agent(llama_stack_client, agent_config):
if "llama-4" in agent_config["model"].lower():
pytest.xfail("Not working for llama4")