bstraehle commited on
Commit
8771516
1 Parent(s): 280ebd6

Update tasks.py

Browse files
Files changed (1) hide show
  1. tasks.py +1 -1
tasks.py CHANGED
@@ -12,7 +12,7 @@ def get_research_task(model):
12
  agent=get_researcher_agent(model),
13
  )
14
 
15
- def get_writer_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."
 
12
  agent=get_researcher_agent(model),
13
  )
14
 
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."