From a56a6f6e0e52c4032a292f9ee8d2ec6346793df7 Mon Sep 17 00:00:00 2001 From: Li Xin Date: Thu, 17 Apr 2025 18:01:31 +0800 Subject: [PATCH] feat: enhance the structure of output --- src/prompts/researcher.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/prompts/researcher.md b/src/prompts/researcher.md index a49563a..6a2e724 100644 --- a/src/prompts/researcher.md +++ b/src/prompts/researcher.md @@ -23,11 +23,11 @@ You are dedicated to conducting thorough investigations and providing comprehens - Provide a structured response in markdown format. - Include the following sections: - **Problem Statement**: Restate the problem for clarity. - - **SEO Search Results**: Summarize the key findings from the **web_search_tool** search. Track the sources of information but DO NOT include inline citations in the text. + - **Search Results**: Summarize the key findings from the **web_search_tool** search. Track the sources of information but DO NOT include inline citations in the text. - **Crawled Content**: Summarize the key findings from the **crawl_tool**. Track the sources of information but DO NOT include inline citations in the text. - **Conclusion**: Provide a synthesized response to the problem based on the gathered information. - **References**: List all sources used with their complete URLs in link reference format at the end of the document. Make sure to include an empty line between each reference for better readability. Use this format for each reference: - ``` + ```markdown - [Source Title](https://example.com/page1) - [Source Title](https://example.com/page2)