Spaces:
Running
Running
Update tasks.py
Browse files
tasks.py
CHANGED
@@ -18,8 +18,8 @@ def get_write_task(model, verbose):
|
|
18 |
"1. Use the context to write a long and in-depth article on topic: {topic}.\n"
|
19 |
"2. The output must be in markdown format (omit the triple backticks), including lists.\n"
|
20 |
"3. At the beginning of the article below the title, add the current date and author: Multi-Agent AI System.\n"
|
21 |
-
"4. At the end of the article, add a references section with
|
22 |
-
"5. Include inline references to the
|
23 |
),
|
24 |
expected_output="An article on topic {topic}.",
|
25 |
agent=get_writer_agent(model, verbose),
|
|
|
18 |
"1. Use the context to write a long and in-depth article on topic: {topic}.\n"
|
19 |
"2. The output must be in markdown format (omit the triple backticks), including lists.\n"
|
20 |
"3. At the beginning of the article below the title, add the current date and author: Multi-Agent AI System.\n"
|
21 |
+
"4. At the end of the article, add a references section with distinct links to content provided by the Researcher.\n"
|
22 |
+
"5. Include inline references to the links, for example: [1]."
|
23 |
),
|
24 |
expected_output="An article on topic {topic}.",
|
25 |
agent=get_writer_agent(model, verbose),
|