bstraehle commited on
Commit
5ee7eff
·
verified ·
1 Parent(s): dcb6054

Update tasks.py

Browse files
Files changed (1) hide show
  1. tasks.py +1 -1
tasks.py CHANGED
@@ -18,7 +18,7 @@ def get_write_task(model, verbose):
18
  "1. Use the context to write a 5,000-word article on topic: {topic}.\n"
19
  "2. The output must be in markdown format (omit the triple backticks). Structure the text to include a few numbered and/or unnumbered lists.\n"
20
  "3. At the beginning of the article, add the current date and author: Multi-Agent AI System.\n"
21
- "4. Also at the beginning of the article, add a references section with 10 links to content provided by the Researcher.\n
22
  "5. Include inline references."
23
  ),
24
  expected_output="An article on topic {topic}.",
 
18
  "1. Use the context to write a 5,000-word article on topic: {topic}.\n"
19
  "2. The output must be in markdown format (omit the triple backticks). Structure the text to include a few numbered and/or unnumbered lists.\n"
20
  "3. At the beginning of the article, add the current date and author: Multi-Agent AI System.\n"
21
+ "4. Also at the beginning of the article, add a references section with 10 links to content provided by the Researcher.\n"
22
  "5. Include inline references."
23
  ),
24
  expected_output="An article on topic {topic}.",