Files
crewAI/tests
Devin AI 6463715567 Fix serialization to use str() instead of repr() for better custom object output
- 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>
2025-05-31 20:09:14 +00:00
..
2025-05-14 15:13:39 -04:00
2025-03-14 03:00:30 -03:00
2023-10-29 19:51:59 -03:00