From e8f4cbcc8d2138f85daefb7dbdcafc4208d77e57 Mon Sep 17 00:00:00 2001 From: Xi Yan Date: Mon, 30 Dec 2024 14:01:40 -0800 Subject: [PATCH] tmp debug meta-ref --- llama_stack/providers/tests/agents/fixtures.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llama_stack/providers/tests/agents/fixtures.py b/llama_stack/providers/tests/agents/fixtures.py index bb33bc838..733fd10a9 100644 --- a/llama_stack/providers/tests/agents/fixtures.py +++ b/llama_stack/providers/tests/agents/fixtures.py @@ -99,7 +99,7 @@ async def agents_stack(request, inference_model, safety_shield): ) ) - pprint("fixtures", providers) + pprint(f"fixture providers: {providers}") test_stack = await construct_stack_for_test( [Api.agents, Api.inference, Api.safety, Api.memory], providers,