Skip to content

Commit

Permalink
firecrawl fix
Browse files Browse the repository at this point in the history
  • Loading branch information
bboynton97 committed Nov 8, 2024
1 parent 6cfb56e commit 2171724
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion agentstack/templates/crewai/tools/firecrawl_tool.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ def web_scrape(url: str):
need to read all other links as well.
"""
scrape_result = app.scrape_url(url, params={'formats': ['markdown']})
return scrape_result.markdown
return scrape_result


@tool
Expand Down

0 comments on commit 2171724

Please sign in to comment.