bstraehle commited on
Commit
c496aef
·
verified ·
1 Parent(s): b893573

Update tasks.py

Browse files
Files changed (1) hide show
  1. tasks.py +2 -2
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}. The post must not exceed 10 sentences and must contain some emojis.",
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
  )