Files
crewAI/lib
Devin AI 7df2e54749 fix: resolve type-checker errors in cache preload code
- Use explicit type annotation for original_max_tokens in preload_probe
- Use self.__setattr__ to avoid type mismatch with subclass fields
- Replace hasattr checks with isinstance(agent.llm, BaseLLM) for proper
  type narrowing
- Ensure _get_agent_system_prompt returns str without Any leak

Co-Authored-By: João <joao@crewai.com>
2026-05-25 07:10:03 +00:00
..
2026-05-21 15:09:48 +08:00
2026-05-21 15:09:48 +08:00