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