mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-07-02 21:58:11 +00:00
When a tool with result_as_answer=True raises an exception, the agent now continues reasoning about the error instead of treating the error message as the final answer. Fixes #5156 Co-Authored-By: João <joao@crewai.com>