We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 840b143 commit ecc199eCopy full SHA for ecc199e
gptscript_test.go
@@ -726,7 +726,7 @@ func TestToolWithGlobalTools(t *testing.T) {
726
func TestConfirm(t *testing.T) {
727
var eventContent string
728
tools := ToolDef{
729
- 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.",
730
Tools: []string{"sys.exec"},
731
}
732
0 commit comments