Files
crewAI/lib
Devin AI 280e9103a1 fix(tools): tighten _is_base_file return type to TypeGuard[FileInput]
Mypy could not infer that BaseFile values are valid FileInput entries.
Using TypeGuard[FileInput] makes the type narrowing explicit.
2026-05-09 02:43:30 +00:00
..
2026-05-09 03:08:22 +08:00