mirror of
https://git.mirrors.martin98.com/https://github.com/mendableai/firecrawl
synced 2025-08-19 16:19:14 +08:00
Nick: fix system prompt missing from extract params
This commit is contained in:
parent
5a1886936c
commit
8cfc946cae
@ -13,7 +13,7 @@ import os
|
||||
|
||||
from .firecrawl import FirecrawlApp # noqa
|
||||
|
||||
__version__ = "1.13.2"
|
||||
__version__ = "1.13.3"
|
||||
|
||||
# Define the logger for the Firecrawl project
|
||||
logger: logging.Logger = logging.getLogger("firecrawl")
|
||||
|
@ -675,6 +675,7 @@ class FirecrawlApp:
|
||||
'allowExternalLinks': params.get('allow_external_links', params.get('allowExternalLinks', False)),
|
||||
'enableWebSearch': params.get('enable_web_search', params.get('enableWebSearch', False)),
|
||||
'showSources': params.get('show_sources', params.get('showSources', False)),
|
||||
'systemPrompt': params.get('system_prompt', params.get('systemPrompt', None)),
|
||||
'schema': schema,
|
||||
'origin': 'api-sdk'
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user