From 7c6ddc9396982e599c4181132697fbc605aff29a Mon Sep 17 00:00:00 2001 From: co tran Date: Mon, 31 Mar 2025 23:41:11 +0000 Subject: [PATCH] remove test until more evaluation on example --- model_server/tests/core/test_function_calling.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/model_server/tests/core/test_function_calling.py b/model_server/tests/core/test_function_calling.py index 7aba557b..9f1d0750 100644 --- a/model_server/tests/core/test_function_calling.py +++ b/model_server/tests/core/test_function_calling.py @@ -101,7 +101,7 @@ def get_greeting_data(): ], ) async def test_function_calling(get_data_func): - req, intent, hallucination, parameter_gathering = get_data_func() + req, intent, hallucination = get_data_func() handler_name = "Arch-Function" use_agent_orchestrator = False model_handler: ArchFunctionHandler = handler_map[handler_name]