mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-01-09 08:08:32 +00:00
- Change to_serializable() to use str(obj) instead of repr(obj) for unknown objects - This provides more meaningful serialization output for custom objects with __str__ methods - Regenerate VCR cassette for DataFrame test to include complete API interactions - Fixes test_interpolate_custom_object_validation expecting '5' in serialized output Co-Authored-By: João <joao@crewai.com>