mirror of
https://git.mirrors.martin98.com/https://github.com/mendableai/firecrawl
synced 2025-08-15 18:16:00 +08:00
fix
This commit is contained in:
parent
eea1267b50
commit
0abe60085b
@ -438,7 +438,7 @@ export async function performExtraction(
|
|||||||
systemPrompt: request.systemPrompt ?? "",
|
systemPrompt: request.systemPrompt ?? "",
|
||||||
doc,
|
doc,
|
||||||
useAgent: isAgentExtractModelValid(request.agent?.model)
|
useAgent: isAgentExtractModelValid(request.agent?.model)
|
||||||
});
|
}, logger);
|
||||||
|
|
||||||
// Race between timeout and completion
|
// Race between timeout and completion
|
||||||
const multiEntityCompletion = (await completionPromise) as Awaited<
|
const multiEntityCompletion = (await completionPromise) as Awaited<
|
||||||
|
Loading…
x
Reference in New Issue
Block a user