mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-01-11 00:58:30 +00:00
* Update task.py: try to find json in task output using regex Sometimes the model replies with a valid and additional text, let's try to extract and validate it first. It's cheaper than calling LLM for that. * Update task.py --------- Co-authored-by: João Moura <joaomdmoura@gmail.com>