From a61a2a1d708cb1107ab97862301499b80ec849ad Mon Sep 17 00:00:00 2001 From: co tran Date: Tue, 1 Apr 2025 00:12:03 +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 5ad575cd..473eb373 100644 --- a/model_server/tests/core/test_function_calling.py +++ b/model_server/tests/core/test_function_calling.py @@ -39,7 +39,7 @@ get_weather_api = { def get_hallucination_data(): # Create instances of the Message class - message1 = Message(role="user", content="How is the weather in?") + message1 = Message(role="user", content="How is the weather in days?") # Create a list of tools tools = [get_weather_api]