bstraehle commited on
Commit
43948f6
1 Parent(s): c25771b

Update tasks.py

Browse files
Files changed (1) hide show
  1. tasks.py +1 -1
tasks.py CHANGED
@@ -15,7 +15,7 @@ def get_research_task(model, temperature, verbose):
15
  def get_write_task(model, temperature, verbose):
16
  return Task(
17
  description=(
18
- "1. Use the context to write an accurate, concise, and objective article on topic '{topic}'. "
19
  "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."
 
15
  def get_write_task(model, temperature, verbose):
16
  return Task(
17
  description=(
18
+ "1. Use the context to write an in-depth article on topic '{topic}'. "
19
  "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."