Spaces:
Running
Running
Update tasks.py
Browse files
tasks.py
CHANGED
@@ -18,7 +18,7 @@ def get_write_task(model, verbose):
|
|
18 |
"1. Use the context to write an in-depth article on topic: {topic}.\n"
|
19 |
"2. The output must be in markdown format (omit the triple backticks). Structure the text to include some numbered and/or unnumbered lists.\n"
|
20 |
"3. At the beginning of the article, add the current date and author: Multi-Agent AI System.\n"
|
21 |
-
"4. Also at the beginning of the article, add a references section with 10 links to content provided by the Researcher."
|
22 |
),
|
23 |
expected_output="An article on topic {topic}.",
|
24 |
agent=get_writer_agent(model, verbose),
|
|
|
18 |
"1. Use the context to write an in-depth article on topic: {topic}.\n"
|
19 |
"2. The output must be in markdown format (omit the triple backticks). Structure the text to include some numbered and/or unnumbered lists.\n"
|
20 |
"3. At the beginning of the article, add the current date and author: Multi-Agent AI System.\n"
|
21 |
+
"4. Also at the beginning of the article, add a references section with 10 links to content provided by the Researcher (do not use example.com)."
|
22 |
),
|
23 |
expected_output="An article on topic {topic}.",
|
24 |
agent=get_writer_agent(model, verbose),
|