From 2f7928b9052e4c138610d21931e512ecec45b690 Mon Sep 17 00:00:00 2001 From: zzstoatzz Date: Wed, 13 Aug 2025 13:40:27 -0500 Subject: [PATCH] ope --- examples/slackbot/src/slackbot/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/slackbot/src/slackbot/settings.py b/examples/slackbot/src/slackbot/settings.py index bf7d33bac..250e3ece8 100644 --- a/examples/slackbot/src/slackbot/settings.py +++ b/examples/slackbot/src/slackbot/settings.py @@ -80,7 +80,7 @@ def validate_log_level(cls, v: str) -> str: # Tool use limits max_tool_calls_per_turn: int = Field( - default=5, + default=50, description="Maximum number of tool calls allowed per agent turn to prevent runaway tool use", )