fix(smartScrape): pass extract id

This commit is contained in:
Gergő Móricz 2025-04-15 23:23:18 -07:00
parent 80b507e64e
commit b6abe4f26b

View File

@ -62,6 +62,7 @@ export async function smartScrape(
url, url,
prompt, prompt,
userProvidedId: sessionId ?? undefined, userProvidedId: sessionId ?? undefined,
extractId,
models: { models: {
thinkingModel: { thinkingModel: {
model: "gemini-2.5-pro-preview-03-25", model: "gemini-2.5-pro-preview-03-25",