diff --git a/e2e_tests/test_prompt_gateway.py b/e2e_tests/test_prompt_gateway.py index 562a124a..7fa4d8b6 100644 --- a/e2e_tests/test_prompt_gateway.py +++ b/e2e_tests/test_prompt_gateway.py @@ -15,7 +15,7 @@ from common import ( def test_prompt_gateway(stream): expected_tool_call = { "name": "get_current_weather", - "arguments": {"location": "seattle", "days": "10"}, + "arguments": {"location": "seattle, wa", "days": "10"}, } body = {