We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2e9015 commit aa14fb6Copy full SHA for aa14fb6
gptscript_test.go
@@ -785,8 +785,8 @@ func TestFileChat(t *testing.T) {
785
}
786
inputs := []string{
787
"List the 3 largest of the Great Lakes by volume.",
788
- "For the second one in the list: what is the volume cubic miles?",
789
- "For the third one in the list: what is the total area in square miles?",
+ "What is the second one in the list?",
+ "What is the third?",
790
791
792
expectedOutputs := []string{
0 commit comments