Spaces:
Running
Running
Update tasks.py
Browse files
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),
|