From 2438fef293208d42b2698ce12635451fdab9f90b Mon Sep 17 00:00:00 2001 From: Eran Cohen Date: Sun, 3 Aug 2025 17:13:40 +0300 Subject: [PATCH] Fix: Clarify location in chat completion test Updated the 'chat_completion.json' test case to specify "San Francisco, CA" to prevent ambiguous responses from the model. Signed-off-by: Eran Cohen --- tests/integration/test_cases/inference/chat_completion.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/integration/test_cases/inference/chat_completion.json b/tests/integration/test_cases/inference/chat_completion.json index 1ae018397..203fc51a5 100644 --- a/tests/integration/test_cases/inference/chat_completion.json +++ b/tests/integration/test_cases/inference/chat_completion.json @@ -78,7 +78,7 @@ }, { "role": "user", - "content": "What's the weather like in San Francisco?" + "content": "What's the weather like in San Francisco, CA?" } ], "tools": [