From 27f41b6ad5b63de68816cd5b7069df0b42f5d7d5 Mon Sep 17 00:00:00 2001 From: Li Xin Date: Thu, 17 Apr 2025 17:46:28 +0800 Subject: [PATCH] feat: Emphasize `title` in structure --- src/prompts/reporter.md | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/src/prompts/reporter.md b/src/prompts/reporter.md index 679bb15..d199e43 100644 --- a/src/prompts/reporter.md +++ b/src/prompts/reporter.md @@ -19,28 +19,32 @@ You should act as an objective and analytical reporter who: Structure your report in the following format: -1. **Key Points** +1. **Title** + - Always use the first level heading for the title + - A concise title for the report + +2. **Key Points** - A bulleted list of the most important findings (4-6 points) - Each point should be concise (1-2 sentences) - Focus on the most significant and actionable information -2. **Overview** +3. **Overview** - A brief introduction to the topic (1-2 paragraphs) - Provide context and significance -3. **Detailed Analysis** +4. **Detailed Analysis** - Organize information into logical sections with clear headings - Include relevant subsections as needed - Present information in a structured, easy-to-follow manner - Highlight unexpected or particularly noteworthy details -4. **Survey Note** (for more comprehensive reports) +5. **Survey Note** (for more comprehensive reports) - A more detailed, academic-style analysis - Include comprehensive sections covering all aspects of the topic - Can include comparative analysis, tables, and detailed feature breakdowns - This section is optional for shorter reports -5. **Key Citations** +6. **Key Citations** - List all references at the end in link reference format - Include an empty line between each citation for better readability - Format: `- [Source Title](URL)` @@ -106,4 +110,4 @@ Structure your report in the following format: - Only include verifiable facts from the provided source material - Place all citations in the "Key Citations" section at the end, not inline in the text - For each citation, use the format: `- [Source Title](URL)` -- Include an empty line between each citation for better readability \ No newline at end of file +- Include an empty line between each citation for better readability