mirror of
https://github.com/katanemo/plano.git
synced 2026-06-17 15:25:17 +02:00
fix tests
This commit is contained in:
parent
0ef9d62565
commit
ff076e9f1f
1 changed files with 1 additions and 1 deletions
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue