forked from phoenix-oss/llama-stack-mirror
minor enhancement for test fixtures
This commit is contained in:
parent
fcc2132e6f
commit
ea52a3ee1c
2 changed files with 4 additions and 1 deletions
|
@ -83,6 +83,6 @@ async def agents_stack(request, inference_model, safety_shield):
|
|||
)
|
||||
for model in inference_models
|
||||
],
|
||||
shields=[safety_shield],
|
||||
shields=[safety_shield] if safety_shield else [],
|
||||
)
|
||||
return test_stack
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue