We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 268d152 commit 55dbf55Copy full SHA for 55dbf55
backend/src/services/perplexity.service.ts
@@ -270,7 +270,8 @@ export class PerplexityService {
270
`2. Interpretations of abnormal values\n` +
271
`3. Medical conclusions and recommendations\n` +
272
`4. Lab value categorizations\n\n` +
273
- `CRITICAL INSTRUCTION: Do NOT modify the metadata object.\n\n` +
+ `CRITICAL INSTRUCTION: Do NOT modify {metadata}.\n\n` +
274
+ `CRITICAL INSTRUCTION: Do NOT modify {medicalComments}.\n\n` +
275
`Analysis JSON:\n${analysisJson}\n\n` +
276
`Original Text:\n${originalText}\n\n` +
277
`Return ONLY corrected JSON with identical structure. No preamble, explanation, or text before/after JSON.`;
0 commit comments