Skip to content

Commit 2171724

Browse files
committed
firecrawl fix
1 parent 6cfb56e commit 2171724

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

agentstack/templates/crewai/tools/firecrawl_tool.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ def web_scrape(url: str):
1212
need to read all other links as well.
1313
"""
1414
scrape_result = app.scrape_url(url, params={'formats': ['markdown']})
15-
return scrape_result.markdown
15+
return scrape_result
1616

1717

1818
@tool

0 commit comments

Comments
 (0)