From e7d2c3f246c378e409e4b6e9698f4b7f4f23f20c Mon Sep 17 00:00:00 2001 From: Xi Yan Date: Mon, 30 Dec 2024 14:00:41 -0800 Subject: [PATCH] tmp debug meta-ref --- llama_stack/providers/tests/agents/fixtures.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/llama_stack/providers/tests/agents/fixtures.py b/llama_stack/providers/tests/agents/fixtures.py index 13c250439..bb33bc838 100644 --- a/llama_stack/providers/tests/agents/fixtures.py +++ b/llama_stack/providers/tests/agents/fixtures.py @@ -8,6 +8,7 @@ import tempfile import pytest import pytest_asyncio +from rich.pretty import pprint from llama_stack.apis.models import ModelInput, ModelType from llama_stack.distribution.datatypes import Api, Provider @@ -98,6 +99,7 @@ async def agents_stack(request, inference_model, safety_shield): ) ) + pprint("fixtures", providers) test_stack = await construct_stack_for_test( [Api.agents, Api.inference, Api.safety, Api.memory], providers,