scoring resolve

This commit is contained in:
Xi Yan 2024-11-06 17:04:25 -08:00
parent c53733d1a3
commit def6d5d8ad
9 changed files with 283 additions and 143 deletions

View file

@ -150,4 +150,5 @@ pytest_plugins = [
"llama_stack.providers.tests.memory.fixtures",
"llama_stack.providers.tests.agents.fixtures",
"llama_stack.providers.tests.datasetio.fixtures",
"llama_stack.providers.tests.scoring.fixtures",
]