We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fdf4e84 commit 3d325fcCopy full SHA for 3d325fc
tests/test_gptscript.py
@@ -455,8 +455,8 @@ async def test_tool_chat(gptscript):
455
async def test_file_chat(gptscript):
456
inputs = [
457
"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?",
+ "What is the second largest?",
+ "What is the third one in the list?",
460
]
461
expected_outputs = [
462
"Lake Superior",
0 commit comments