Spaces:
Running
Running
Update tasks.py
Browse files
tasks.py
CHANGED
@@ -16,9 +16,8 @@ def get_blog_task(model):
|
|
16 |
return Task(
|
17 |
description=(
|
18 |
"1. Use the context to write a LinkedIn post on topic {topic}.\n"
|
19 |
-
"2. Structure the post
|
20 |
-
"3.
|
21 |
-
"4. After the conclusion, add 3 hashtags."
|
22 |
),
|
23 |
expected_output="A LinkedIn post on topic {topic}.",
|
24 |
agent=get_blogger_agent(model),
|
|
|
16 |
return Task(
|
17 |
description=(
|
18 |
"1. Use the context to write a LinkedIn post on topic {topic}.\n"
|
19 |
+
"2. Structure the post into introduction, body, and conclusion.\n"
|
20 |
+
"3. Use emojis and hashtags."
|
|
|
21 |
),
|
22 |
expected_output="A LinkedIn post on topic {topic}.",
|
23 |
agent=get_blogger_agent(model),
|