mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-04-11 05:22:41 +00:00
Substring checks like `'0.1' not in json_str` collided with timestamps such as `2026-04-10T13:00:50.140557` on CI. Round-trip through `model_validate_json` to verify structurally that the embedding field is absent from the serialized output.