feat: change docs

This commit is contained in:
Eduardo Chiarotti
2024-11-25 16:10:22 -03:00
parent 6e492e90e4
commit 9c3843f925

View File

@@ -12,7 +12,7 @@ from crewai.utilities.logger import Logger
class CrewStructuredTool:
"""A structured tool that can operate on any number of inputs.
This tool replaces LangChain's StructuredTool with a custom implementation
This tool intends to replace StructuredTool with a custom implementation
that integrates better with CrewAI's ecosystem.
"""