mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-01-10 16:48:30 +00:00
- Add max_dialogue_rounds parameter to Task class with default of 10 - Update _handle_regular_feedback method to support multiple rounds - Update _ask_human_input method to display current round information - Pass max_dialogue_rounds parameter through agent execution flow - Add tests for Task class max_dialogue_rounds parameter Co-Authored-By: Joe Moura <joao@crewai.com>