Get agents tests working

This commit is contained in:
Ashwin Bharambe 2024-11-04 10:14:55 -08:00 committed by Ashwin Bharambe
parent 62dd3b376c
commit 66b658dcce
8 changed files with 352 additions and 269 deletions

View file

@ -11,6 +11,11 @@ from llama_stack.apis.safety import * # noqa: F403
from llama_stack.distribution.datatypes import * # noqa: F403
# How to run this test:
#
# pytest -v -s llama_stack/providers/tests/safety/test_safety.py
# -m "ollama"
@pytest.mark.parametrize(
"inference_model", [pytest.param("Llama-Guard-3-1B", id="")], indirect=True