ImportError: cannot import name 'BaseTool' from 'crewai_tools'

Try importing tools this way instead:

from crewai.tools import BaseTool
4 Likes