mirror of
https://git.mirrors.martin98.com/https://github.com/mendableai/firecrawl
synced 2025-08-12 23:39:01 +08:00
fix(extract): oops
This commit is contained in:
parent
4db9a4a675
commit
05d79a875a
@ -80,7 +80,7 @@ async function analyzeSchemaAndPrompt(
|
||||
multiEntityKeys: z.array(z.string()).optional().default([]),
|
||||
reasoning: z.string(),
|
||||
keyIndicators: z.array(z.string()),
|
||||
}).refine(x => !x.isMultiEntity || multiEntityKeys.length > 0, "isMultiEntity was true, but no multiEntityKeys were returned");
|
||||
}).refine(x => !x.isMultiEntity || x.multiEntityKeys.length > 0, "isMultiEntity was true, but no multiEntityKeys");
|
||||
|
||||
const model = "gpt-4o";
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user