remove test until more evaluation on example

This commit is contained in:
co tran 2025-03-31 23:41:11 +00:00
parent ddf5f23973
commit 7c6ddc9396

View file

@ -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]