diff --git a/lib/crewai/src/crewai/core/providers/human_input.py b/lib/crewai/src/crewai/core/providers/human_input.py index b82e408d9d..abc40666a4 100644 --- a/lib/crewai/src/crewai/core/providers/human_input.py +++ b/lib/crewai/src/crewai/core/providers/human_input.py @@ -343,7 +343,7 @@ def _prompt_input(crew: Crew | None) -> str: title = "🎓 Training Feedback Required" else: prompt_text = ( - "Provide feedback on the Final Result above.\n\n" + "The agent has completed its task.\n\n" "• If you are happy with the result, simply hit Enter without typing anything.\n" "• Otherwise, provide specific improvement requests.\n" "• You can provide multiple rounds of feedback until satisfied." @@ -396,7 +396,7 @@ async def _prompt_input_async(crew: Crew | None) -> str: title = "🎓 Training Feedback Required" else: prompt_text = ( - "Provide feedback on the Final Result above.\n\n" + "The agent has completed its task.\n\n" "• If you are happy with the result, simply hit Enter without typing anything.\n" "• Otherwise, provide specific improvement requests.\n" "• You can provide multiple rounds of feedback until satisfied."