Files
crewAI/lib/crewai/tests/test_crew.py
Greyson LaLonde 6145dfdbe7 fix(crews): validate inputs type before dict conversion
- Add explicit type check for Mapping in prepare_kickoff to raise
  TypeError with clear message instead of ValueError from dict()
- Update test_kickoff_for_each_invalid_input to expect TypeError
- Fix test_multimodal_flag_adds_multimodal_tools to mock LLM's
  supports_multimodal() since AddImageTool is only added when
  the LLM doesn't natively support multimodal content
2026-01-23 02:25:12 -05:00

167 KiB