log session ID
This commit is contained in:
@@ -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>({
|
||||||
|
|||||||
Reference in New Issue
Block a user