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