mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-07-02 13:48:09 +00:00
* tasks.py: don't call Converter when model response is valid Try to convert the task output to the expected Pydantic model before sending it to Converter, maybe the model got it right.