fix tests

This commit is contained in:
Adil Hafeez 2024-12-11 12:17:42 -08:00
parent 0ef9d62565
commit ff076e9f1f

View file

@ -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 = {