fix(smartScrape): pass extract id
This commit is contained in:
@@ -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",
|
||||||
|
|||||||
Reference in New Issue
Block a user