Matt - CrewAI
Results
2
comments of
Matt - CrewAI
This might be causing issues - function_args={'filename': 'seo_.md', 'content': 'SEO optimized article content'} \ And you can remove the tools rom the tasks if assigned to agent
Also I like to use class instead of @tool decorator ``` from crewai_tools import BaseTool class FileWriterTool(BaseTool): name: str = "FileWriterTool" description: str = "Writes given content to a specified...