crewAIInc / crewAI-tools

MIT License
615 stars 204 forks source link

[Bug] Improvements on default values and timeout description #85

Closed rafaelsideguide closed 2 months ago

rafaelsideguide commented 2 months ago

Customers were encountering the following error from the agent:

I encountered an error while trying to use the tool. This was the error: argument of type 'NoneType' is not iterable.
 Tool Firecrawl web scrape tool accepts these inputs: Firecrawl web scrape tool(url: 'string', page_options: 'object', extractor_options: 'object', timeout: 'integer') - Scrape webpages url using Firecrawl and return the contents url: 'Website URL', page_options: 'Options for page scraping', extractor_options: 'Options for data extraction', timeout: 'Timeout for the scraping operation'

I've added some default values and better description for timeout for fixing this issue.

joaomdmoura commented 2 months ago

great catch! <3