Closed windowshopr closed 6 months ago
Looks like this fixed it for me:
# Replace this line: docx: str = Optional[Field](..., description="Mandatory docx path you want to search")
docx: Optional[str] = Field(..., description="Mandatory docx path you want to search") # with this one
Python 3.11, Windows 10, crew==0.9.2, crewai==0.28.8, crewai-tools==0.2.4