mirror of
https://git.mirrors.martin98.com/https://github.com/mendableai/firecrawl
synced 2025-08-11 23:49:02 +08:00
Revert "(feat/extract) Multi-entity prompt improvements (#1181)"
This reverts commit 584221a106216dfcc25de14c16720224cad237e1.
This commit is contained in:
parent
d9c99e5892
commit
a4cf8f439c
@ -21,7 +21,7 @@ export function buildPreRerankPrompt(
|
||||
url: string,
|
||||
): string {
|
||||
const schemaString = JSON.stringify(schema, null, 2);
|
||||
return `Create a concise search query that combines the key data points from both the schema and prompt. Focus on the core information needed while keeping it general enough to find relevant matches. If the user wants all the items, the search query should contain "all".
|
||||
return `Create a concise search query that combines the key data points from both the schema and prompt. Focus on the core information needed while keeping it general enough to find relevant matches.
|
||||
|
||||
Schema: ${schemaString}
|
||||
Prompt: ${prompt}
|
||||
|
Loading…
x
Reference in New Issue
Block a user