SuccessfulCrab commited on
Commit
321fe11
·
verified ·
1 Parent(s): 9f26975

Update firecrawler.py

Browse files
Files changed (1) hide show
  1. firecrawler.py +1 -0
firecrawler.py CHANGED
@@ -17,6 +17,7 @@ class FireCrawlTool(Tool):
17
  inputs = {
18
  "websites": {
19
  "type": "string",
 
20
  }
21
  }
22
 
 
17
  inputs = {
18
  "websites": {
19
  "type": "string",
20
+ "description": "A singlular or multiple website addresses provided in string form",
21
  }
22
  }
23