We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6cfb56e commit 2171724Copy full SHA for 2171724
1 file changed
agentstack/templates/crewai/tools/firecrawl_tool.py
@@ -12,7 +12,7 @@ def web_scrape(url: str):
12
need to read all other links as well.
13
"""
14
scrape_result = app.scrape_url(url, params={'formats': ['markdown']})
15
- return scrape_result.markdown
+ return scrape_result
16
17
18
@tool
0 commit comments