Spaces:
Running
Running
Update tasks.py
Browse files
tasks.py
CHANGED
|
@@ -17,9 +17,9 @@ def get_author_task(model):
|
|
| 17 |
return Task(
|
| 18 |
description=(
|
| 19 |
"1. Use the context to write a LinkedIn social media post on {topic}.\n"
|
| 20 |
-
"2. Ensure the post is structured with an engaging introduction, insightful body, and a summarizing conclusion.\n"
|
| 21 |
"3. Proofread for grammatical errors."
|
| 22 |
),
|
| 23 |
-
expected_output="A LinkedIn social media post on topic: {topic}.
|
| 24 |
agent=get_author_agent(model),
|
| 25 |
)
|
|
|
|
| 17 |
return Task(
|
| 18 |
description=(
|
| 19 |
"1. Use the context to write a LinkedIn social media post on {topic}.\n"
|
| 20 |
+
"2. Ensure the post is structured with an engaging introduction with 3 emojis, an insightful body, and a summarizing conclusion.\n"
|
| 21 |
"3. Proofread for grammatical errors."
|
| 22 |
),
|
| 23 |
+
expected_output="A LinkedIn social media post on topic: {topic}.",
|
| 24 |
agent=get_author_agent(model),
|
| 25 |
)
|