mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-01-10 16:48:30 +00:00
- Replace simple model_validate_json with convert_to_model function - Add get_output_converter method to support converter pattern - Handle malformed JSON wrapped in markdown code blocks - Add comprehensive test for malformed JSON extraction - Fixes #3480 Co-Authored-By: João <joao@crewai.com>