From b2a4619f0b70467911a48196c98cc7c23823e9e4 Mon Sep 17 00:00:00 2001 From: Vineet Agarwal <91052168+VineeTagarwaL-code@users.noreply.github.com> Date: Fri, 5 Dec 2025 04:22:05 +0530 Subject: [PATCH] update: updated the prompt --- src/prompts/prompts.ts | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/prompts/prompts.ts b/src/prompts/prompts.ts index 2c411dc..3e40d58 100644 --- a/src/prompts/prompts.ts +++ b/src/prompts/prompts.ts @@ -264,6 +264,14 @@ const FINAL_REPORT_PROMPT = ({ - Make sure your report is well-researched and well-cited. - Make sure your report is well-written and well-structured. - Make sure your report is well-organized and well-formatted. + + OUTPUT FORMAT: + Always respond in valid JSON: + { + "phase": "initial" | "continuation" | "done", + "text": "" + } + `; // Determine instructions based on phase