Skip to content

Commit

Permalink
fix: address another flake in TestConfirm
Browse files Browse the repository at this point in the history
Signed-off-by: Donnie Adams <[email protected]>
  • Loading branch information
thedadams committed Aug 2, 2024
1 parent 840b143 commit ecc199e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gptscript_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -726,7 +726,7 @@ func TestToolWithGlobalTools(t *testing.T) {
func TestConfirm(t *testing.T) {
var eventContent string
tools := ToolDef{
Instructions: "List all the files in the current directory",
Instructions: "List all the files in the current directory. Respond with the names of the files in only the current directory.",
Tools: []string{"sys.exec"},
}

Expand Down

0 comments on commit ecc199e

Please sign in to comment.