anirudhmaddy

Results 7 comments of anirudhmaddy

@adnanraja I need the same thing. Which part of code should be modified to prevent cropper size change?

I was also looking for the same thing, did you find a solution jpshelley ?

I'm facing the same issue as well. Here is my code ``` from crewai_tools import SerperDevTool, ScrapeWebsiteTool @agent def topic_researcher(self) -> Agent: return Agent( config=self.agents_config['topic_researcher'], tools=[SerperDevTool(), ScrapeWebsiteTool()], ) ``` Error...