mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-07-01 05:08:12 +00:00
When human_input=True but verbose=False, the feedback prompt said 'Provide feedback on the Final Result above' without ever showing the result. The result display was gated on verbose via AgentLogsExecutionEvent, while the feedback prompt fired unconditionally. Now _prompt_input/_prompt_input_async accept and render the agent output in a dedicated panel before the feedback prompt, ensuring the user always sees what they are reviewing. Co-Authored-By: João <joao@crewai.com>