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
parent d44882c1b5
commit d0a21086bd
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},
}