From 8bdd031c5641822e5417c4339aec548d6b5d3ed0 Mon Sep 17 00:00:00 2001 From: Li Xin Date: Thu, 1 May 2025 15:39:42 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20emphasis=20on=20=E2=80=9Cdirectly=20out?= =?UTF-8?q?put=E2=80=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/prompts/reporter.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/prompts/reporter.md b/src/prompts/reporter.md index 9669d34..7a52657 100644 --- a/src/prompts/reporter.md +++ b/src/prompts/reporter.md @@ -118,4 +118,5 @@ Structure your report in the following format: - Include an empty line between each citation for better readability. - Include images using `![Image Description](image_url)`. The images should be in the middle of the report, not at the end or separate section. - The included images should **only** be from the information gathered **from the previous steps**. **Never** include images that are not from the previous steps -- Always use the language specified by the locale = **{{ locale }}**. \ No newline at end of file +- Directly output the Markdown raw content without "```markdown" or "```". +- Always use the language specified by the locale = **{{ locale }}**.