Revert "(feat/extract) Multi-entity prompt improvements (#1181)"

This reverts commit 584221a106216dfcc25de14c16720224cad237e1.
This commit is contained in:
Gergő Móricz 2025-02-14 11:19:16 +01:00
parent d9c99e5892
commit a4cf8f439c

View File

@ -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}