mirror of
https://git.mirrors.martin98.com/https://github.com/mendableai/firecrawl
synced 2025-08-12 17:59:00 +08:00
log session ID
This commit is contained in:
parent
6634d236bf
commit
edb40d75c1
@ -51,7 +51,7 @@ export async function smartScrape(
|
||||
sessionId?: string,
|
||||
): Promise<SmartScrapeResult> {
|
||||
try {
|
||||
logger.info("Initiating smart scrape request", { url, prompt });
|
||||
logger.info("Initiating smart scrape request", { url, prompt, sessionId });
|
||||
|
||||
// Pass schema type as generic parameter to robustFeth
|
||||
const response = await robustFetch<typeof smartScrapeResultSchema>({
|
||||
|
Loading…
x
Reference in New Issue
Block a user