mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-01-15 11:08:33 +00:00
- Add cast import and type casting in tool_utils.py for ToolUsage constructor - Add cast import and type casting in lite_agent.py for execute_tool_and_check_finality call These changes complete the type-checker fixes for hosted tools implementation. Co-Authored-By: João <joao@crewai.com>