Spaces:
Running
Running
Update tasks.py
Browse files
tasks.py
CHANGED
@@ -12,7 +12,7 @@ def get_research_task(model):
|
|
12 |
agent=get_researcher_agent(model),
|
13 |
)
|
14 |
|
15 |
-
def
|
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."
|