Skip to content

Commit

Permalink
chore: bump the consecutive tool calls limit to 50
Browse files Browse the repository at this point in the history
Signed-off-by: Donnie Adams <[email protected]>
  • Loading branch information
thedadams committed Feb 6, 2025
1 parent 468c4f1 commit bb6456f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/engine/engine.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import (
"github.com/gptscript-ai/gptscript/pkg/version"
)

var maxConsecutiveToolCalls = 10
var maxConsecutiveToolCalls = 50

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

0 comments on commit bb6456f

Please sign in to comment.