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