bstraehle commited on
Commit
dc7db6e
1 Parent(s): 3fc6b00

Update tasks.py

Browse files
Files changed (1) hide show
  1. tasks.py +2 -2
tasks.py CHANGED
@@ -15,8 +15,8 @@ def get_research_task(model, verbose):
15
  def get_write_task(model, verbose):
16
  return Task(
17
  description=(
18
- "1. Use the context to write a 5000-word in-depth article on topic: {topic}.\n"
19
- "2. The output must be in markdown format (omit the triple backticks). Structure the text to include some 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 (do not use example.com)."
22
  ),
 
15
  def get_write_task(model, verbose):
16
  return Task(
17
  description=(
18
+ "1. Use the context to write a 2500-token in-depth 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 (do not use example.com)."
22
  ),