Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FirecrawlCrawlWebsiteTool not using url or api_key arguments #144

Open
caike opened this issue Dec 12, 2024 · 0 comments · May be fixed by #145
Open

FirecrawlCrawlWebsiteTool not using url or api_key arguments #144

caike opened this issue Dec 12, 2024 · 0 comments · May be fixed by #145

Comments

@caike
Copy link
Contributor

caike commented Dec 12, 2024

Using the tool with a particular url as described in the documentation does not work as expected. The base url value is not being used in the call to firecrawl.

For example, the following code:

from crewai_tools import FirecrawlCrawlWebsiteTool

tool = FirecrawlCrawlWebsiteTool(url='firecrawl.dev')

Does not return a crawler tool scoped to the firecrawl.dev website. Instead it uses a base url determined by the task that is using the tool.

The value for the API KEY is also not being properly populated.

@caike caike linked a pull request Dec 12, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant