Skip to content

Commit fe16935

Browse files
committed
opt prompt
1 parent 247c170 commit fe16935

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/test_deep_research.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424

2525
async def deep_research():
2626
# define task
27-
task = "Write a report on RPA (Robotic Process Automation) technology in English, from all espects, more than 2,000 words"
27+
task = "中文写一篇关于2025年股票投资建议,从各个方面进行论述,2000字以上"
2828
task_id = uuid4().__str__()
2929
save_dir = os.path.join(f"./tmp/deep_research/{task_id}")
3030
os.makedirs(save_dir, exist_ok=True)
@@ -223,6 +223,7 @@ async def deep_research():
223223
224224
[2] Title 2 (URL2, if available)
225225
```
226+
**Furthermore, ensure that the reference list is free of duplicates. Each unique source should be listed only once, regardless of how many times it is cited in the text.**
226227
* **ABSOLUTE FINAL OUTPUT RESTRICTION:** **Your output must contain ONLY the finished, publication-ready Markdown report. Do not include ANY extraneous text, phrases, preambles, meta-commentary, or markdown code indicators (e.g., "```markdown```"). The report should begin directly with the title and introductory paragraph, and end directly after the conclusion and the reference list (if applicable).** **Your response will be deemed a failure if this instruction is not followed precisely.**
227228
228229
**Inputs:**

0 commit comments

Comments
 (0)