Skip to content

Commit bb6456f

Browse files
committed
chore: bump the consecutive tool calls limit to 50
Signed-off-by: Donnie Adams <[email protected]>
1 parent 468c4f1 commit bb6456f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/engine/engine.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ import (
1515
"github.com/gptscript-ai/gptscript/pkg/version"
1616
)
1717

18-
var maxConsecutiveToolCalls = 10
18+
var maxConsecutiveToolCalls = 50
1919

2020
func init() {
2121
if val := os.Getenv("GPTSCRIPT_MAX_CONSECUTIVE_TOOL_CALLS"); val != "" {

0 commit comments

Comments
 (0)