Skip to content

Increase default max_turn_count to 5#2554

Merged
Prachi1615 merged 1 commit into
mainfrom
update-max-turn-count
Apr 29, 2026
Merged

Increase default max_turn_count to 5#2554
Prachi1615 merged 1 commit into
mainfrom
update-max-turn-count

Conversation

@openminddev

Copy link
Copy Markdown
Contributor

Update GreetingConversationStateMachineProvider.init to use a default max_turn_count of 5 instead of 3 and add a brief docstring documenting the initializer and the max_turn_count parameter. This increases the allowed number of conversational turns before forcing a transition to finished; no other logic changes were made.

Update GreetingConversationStateMachineProvider.__init__ to use a default max_turn_count of 5 instead of 3 and add a brief docstring documenting the initializer and the max_turn_count parameter. This increases the allowed number of conversational turns before forcing a transition to finished; no other logic changes were made.
Copilot AI review requested due to automatic review settings April 29, 2026 21:14
@openminddev openminddev requested review from a team as code owners April 29, 2026 21:14
@github-actions github-actions Bot added robotics Robotics code changes python Python code labels Apr 29, 2026

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Pull request overview

Updates the greeting conversation state machine provider to allow a longer default conversation before forcing a transition to FINISHED, and documents the initializer parameter.

Changes:

  • Increase GreetingConversationStateMachineProvider.__init__ default max_turn_count from 3 to 5.
  • Add a NumPy-style docstring to __init__ documenting max_turn_count.

@Prachi1615 Prachi1615 self-requested a review April 29, 2026 21:20
@codecov

codecov Bot commented Apr 29, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ All tests successful. No failed tests found.

📢 Thoughts on this report? Let us know!

@Prachi1615 Prachi1615 merged commit a80c09f into main Apr 29, 2026
10 checks passed
@Prachi1615 Prachi1615 deleted the update-max-turn-count branch April 29, 2026 21:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

python Python code robotics Robotics code changes

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants