Skip to content

Conversation

@zzstoatzz
Copy link
Collaborator

No description provided.

Copilot AI review requested due to automatic review settings August 13, 2025 18:40
@zzstoatzz zzstoatzz merged commit 88621e3 into main Aug 13, 2025
2 checks passed
@zzstoatzz zzstoatzz deleted the fix-tool-limiting-2 branch August 13, 2025 18:40
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR modifies the default maximum tool calls per turn limit in the slackbot settings from 5 to 50.

  • Increases the max_tool_calls_per_turn default value by 10x

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

# Tool use limits
max_tool_calls_per_turn: int = Field(
default=5,
default=50,
Copy link

Copilot AI Aug 13, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Increasing the default tool call limit from 5 to 50 (a 10x increase) may lead to performance issues or runaway behavior. Consider if this dramatic increase is necessary, or if a more conservative increment would be safer.

Suggested change
default=50,
default=10,

Copilot uses AI. Check for mistakes.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants