bstraehle commited on
Commit
4d4ab41
·
verified ·
1 Parent(s): 5ee8a3a

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):
15
  def get_write_task(model):
16
  return Task(
17
  description=(
18
- "Use the context to write a 2000-word article on topic {topic}, including a reference section with research papers."
19
  ),
20
  expected_output="An article on topic {topic}.",
21
  agent=get_writer_agent(model),
 
15
  def get_write_task(model):
16
  return Task(
17
  description=(
18
+ "Use the context to write a 2000-word article on topic {topic}, including a reference section with research papers. At the top, add current date and author: Multi-AI-Agent System based on GPT-4o."
19
  ),
20
  expected_output="An article on topic {topic}.",
21
  agent=get_writer_agent(model),