Skip to content

Commit ecc199e

Browse files
committed
fix: address another flake in TestConfirm
Signed-off-by: Donnie Adams <[email protected]>
1 parent 840b143 commit ecc199e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gptscript_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -726,7 +726,7 @@ func TestToolWithGlobalTools(t *testing.T) {
726726
func TestConfirm(t *testing.T) {
727727
var eventContent string
728728
tools := ToolDef{
729-
Instructions: "List all the files in the current directory",
729+
Instructions: "List all the files in the current directory. Respond with the names of the files in only the current directory.",
730730
Tools: []string{"sys.exec"},
731731
}
732732

0 commit comments

Comments
 (0)