diff --git a/model_server/tests/core/test_function_calling.py b/model_server/tests/core/test_function_calling.py index 473eb373..e0cfbd82 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 days?") + message1 = Message(role="user", content="How is the weather in Seattle in days?") # Create a list of tools tools = [get_weather_api]