refactor: Update Firecrawl API parameters and default settings (#13082)

This commit is contained in:
Ademílson Tonato 2025-01-29 03:21:05 +00:00 committed by GitHub
commit d0a21086bd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 10 additions and 12 deletions

View file

@ -21,8 +21,8 @@ class FirecrawlAuth(ApiKeyAuthBase):
headers = self._prepare_headers()
options = {
"url": "https://example.com",
"excludes": [],
"includes": [],
"includePaths": [],
"excludePaths": [],
"limit": 1,
"scrapeOptions": {"onlyMainContent": True},
}