We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6da3b4f commit 26461f9Copy full SHA for 26461f9
tests/unit/extractors.test.ts
@@ -315,7 +315,7 @@ describe("extractors", () => {
315
"Enrich the original JSON object with information from the context"
316
);
317
expect(prompt).toContain(
318
- "Fill additional fields based on relevant information in the context"
+ "Only update existing fields and fill in additional fields if new and relevant information is available in the context"
319
320
321
"Return only the structured data in valid JSON format"
0 commit comments