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 5fa255d commit 76b6501Copy full SHA for 76b6501
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 the files in the current directory",
+ Instructions: "List all the files in the current directory",
730
Tools: []string{"sys.exec"},
731
}
732
0 commit comments