We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 468c4f1 commit bb6456fCopy full SHA for bb6456f
pkg/engine/engine.go
@@ -15,7 +15,7 @@ import (
15
"github.com/gptscript-ai/gptscript/pkg/version"
16
)
17
18
-var maxConsecutiveToolCalls = 10
+var maxConsecutiveToolCalls = 50
19
20
func init() {
21
if val := os.Getenv("GPTSCRIPT_MAX_CONSECUTIVE_TOOL_CALLS"); val != "" {
0 commit comments