Skip to content

Commit 3d325fc

Browse files
committed
fix: try to address flake in chat test
Signed-off-by: Donnie Adams <[email protected]>
1 parent fdf4e84 commit 3d325fc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/test_gptscript.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -455,8 +455,8 @@ async def test_tool_chat(gptscript):
455455
async def test_file_chat(gptscript):
456456
inputs = [
457457
"List the 3 largest of the Great Lakes by volume.",
458-
"For the second one in the list, what is the volume in cubic miles?",
459-
"For the third one in the list, what is the total area in square miles?",
458+
"What is the second largest?",
459+
"What is the third one in the list?",
460460
]
461461
expected_outputs = [
462462
"Lake Superior",

0 commit comments

Comments
 (0)