firecrawl 1.13.2__tar.gz → 1.13.3__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of firecrawl might be problematic. Click here for more details.
- {firecrawl-1.13.2 → firecrawl-1.13.3}/PKG-INFO +1 -1
- {firecrawl-1.13.2 → firecrawl-1.13.3}/firecrawl/__init__.py +1 -1
- {firecrawl-1.13.2 → firecrawl-1.13.3}/firecrawl/firecrawl.py +1 -0
- {firecrawl-1.13.2 → firecrawl-1.13.3}/firecrawl.egg-info/PKG-INFO +1 -1
- {firecrawl-1.13.2 → firecrawl-1.13.3}/LICENSE +0 -0
- {firecrawl-1.13.2 → firecrawl-1.13.3}/README.md +0 -0
- {firecrawl-1.13.2 → firecrawl-1.13.3}/firecrawl/__tests__/e2e_withAuth/__init__.py +0 -0
- {firecrawl-1.13.2 → firecrawl-1.13.3}/firecrawl/__tests__/e2e_withAuth/test.py +0 -0
- {firecrawl-1.13.2 → firecrawl-1.13.3}/firecrawl/__tests__/v1/e2e_withAuth/__init__.py +0 -0
- {firecrawl-1.13.2 → firecrawl-1.13.3}/firecrawl/__tests__/v1/e2e_withAuth/test.py +0 -0
- {firecrawl-1.13.2 → firecrawl-1.13.3}/firecrawl.egg-info/SOURCES.txt +0 -0
- {firecrawl-1.13.2 → firecrawl-1.13.3}/firecrawl.egg-info/dependency_links.txt +0 -0
- {firecrawl-1.13.2 → firecrawl-1.13.3}/firecrawl.egg-info/requires.txt +0 -0
- {firecrawl-1.13.2 → firecrawl-1.13.3}/firecrawl.egg-info/top_level.txt +0 -0
- {firecrawl-1.13.2 → firecrawl-1.13.3}/pyproject.toml +0 -0
- {firecrawl-1.13.2 → firecrawl-1.13.3}/setup.cfg +0 -0
- {firecrawl-1.13.2 → firecrawl-1.13.3}/setup.py +0 -0
|
@@ -675,6 +675,7 @@ class FirecrawlApp:
|
|
|
675
675
|
'allowExternalLinks': params.get('allow_external_links', params.get('allowExternalLinks', False)),
|
|
676
676
|
'enableWebSearch': params.get('enable_web_search', params.get('enableWebSearch', False)),
|
|
677
677
|
'showSources': params.get('show_sources', params.get('showSources', False)),
|
|
678
|
+
'systemPrompt': params.get('system_prompt', params.get('systemPrompt', None)),
|
|
678
679
|
'schema': schema,
|
|
679
680
|
'origin': 'api-sdk'
|
|
680
681
|
}
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|