Skip to content

Commit 88621e3

Browse files
authored
ope (#1199)
1 parent 5732445 commit 88621e3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/slackbot/src/slackbot/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ def validate_log_level(cls, v: str) -> str:
8080

8181
# Tool use limits
8282
max_tool_calls_per_turn: int = Field(
83-
default=5,
83+
default=50,
8484
description="Maximum number of tool calls allowed per agent turn to prevent runaway tool use",
8585
)
8686

0 commit comments

Comments
 (0)