firecrawl-py 1.13.3__tar.gz → 1.13.4__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-py might be problematic. Click here for more details.
- {firecrawl_py-1.13.3/firecrawl_py.egg-info → firecrawl_py-1.13.4}/PKG-INFO +1 -1
- {firecrawl_py-1.13.3 → firecrawl_py-1.13.4}/firecrawl/__init__.py +1 -1
- {firecrawl_py-1.13.3 → firecrawl_py-1.13.4}/firecrawl/firecrawl.py +2 -2
- {firecrawl_py-1.13.3 → firecrawl_py-1.13.4/firecrawl_py.egg-info}/PKG-INFO +1 -1
- firecrawl_py-1.13.4/firecrawl_py.egg-info/top_level.txt +3 -0
- firecrawl_py-1.13.3/firecrawl_py.egg-info/top_level.txt +0 -1
- {firecrawl_py-1.13.3 → firecrawl_py-1.13.4}/LICENSE +0 -0
- {firecrawl_py-1.13.3 → firecrawl_py-1.13.4}/README.md +0 -0
- {firecrawl_py-1.13.3 → firecrawl_py-1.13.4}/firecrawl/__tests__/e2e_withAuth/__init__.py +0 -0
- {firecrawl_py-1.13.3 → firecrawl_py-1.13.4}/firecrawl/__tests__/e2e_withAuth/test.py +0 -0
- {firecrawl_py-1.13.3 → firecrawl_py-1.13.4}/firecrawl/__tests__/v1/e2e_withAuth/__init__.py +0 -0
- {firecrawl_py-1.13.3 → firecrawl_py-1.13.4}/firecrawl/__tests__/v1/e2e_withAuth/test.py +0 -0
- {firecrawl_py-1.13.3 → firecrawl_py-1.13.4}/firecrawl_py.egg-info/SOURCES.txt +0 -0
- {firecrawl_py-1.13.3 → firecrawl_py-1.13.4}/firecrawl_py.egg-info/dependency_links.txt +0 -0
- {firecrawl_py-1.13.3 → firecrawl_py-1.13.4}/firecrawl_py.egg-info/requires.txt +0 -0
- {firecrawl_py-1.13.3 → firecrawl_py-1.13.4}/pyproject.toml +0 -0
- {firecrawl_py-1.13.3 → firecrawl_py-1.13.4}/setup.cfg +0 -0
- {firecrawl_py-1.13.3 → firecrawl_py-1.13.4}/setup.py +0 -0
|
@@ -669,9 +669,9 @@ class FirecrawlApp:
|
|
|
669
669
|
schema = schema.model_json_schema()
|
|
670
670
|
# Otherwise assume it's already a JSON schema dict
|
|
671
671
|
|
|
672
|
-
jsonData = {'urls': urls, **params}
|
|
673
672
|
request_data = {
|
|
674
|
-
|
|
673
|
+
'urls': urls,
|
|
674
|
+
'prompt': params.get('prompt', None),
|
|
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)),
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
firecrawl
|
|
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
|