bstraehle commited on
Commit
ba93310
·
verified ·
1 Parent(s): 7582d0f

Update tasks.py

Browse files
Files changed (1) hide show
  1. tasks.py +2 -2
tasks.py CHANGED
@@ -17,8 +17,8 @@ def get_write_task(model, verbose):
17
  description=(
18
  "1. Use the context to write an in-depth article on topic: {topic}.\n"
19
  "2. The output must be in markdown format (omit the triple backticks).\n"
20
- "2. At the beginning of the article, add the current date and author: Multi-Agent AI System.\n"
21
- "3. At the end of the article, add a references section with links to relevant content."
22
  ),
23
  expected_output="An article on topic {topic}.",
24
  agent=get_writer_agent(model, verbose),
 
17
  description=(
18
  "1. Use the context to write an in-depth article on topic: {topic}.\n"
19
  "2. The output must be in markdown format (omit the triple backticks).\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 links to relevant content."
22
  ),
23
  expected_output="An article on topic {topic}.",
24
  agent=get_writer_agent(model, verbose),