We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5732445 commit 88621e3Copy full SHA for 88621e3
1 file changed
examples/slackbot/src/slackbot/settings.py
@@ -80,7 +80,7 @@ def validate_log_level(cls, v: str) -> str:
80
81
# Tool use limits
82
max_tool_calls_per_turn: int = Field(
83
- default=5,
+ default=50,
84
description="Maximum number of tool calls allowed per agent turn to prevent runaway tool use",
85
)
86
0 commit comments