tmp debug meta-ref

This commit is contained in:
Xi Yan 2024-12-30 14:01:40 -08:00
parent e7d2c3f246
commit e8f4cbcc8d

View file

@ -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( test_stack = await construct_stack_for_test(
[Api.agents, Api.inference, Api.safety, Api.memory], [Api.agents, Api.inference, Api.safety, Api.memory],
providers, providers,