bstraehle commited on
Commit
7464ef0
·
verified ·
1 Parent(s): 45ab3c8

Update agents.py

Browse files
Files changed (1) hide show
  1. agents.py +1 -2
agents.py CHANGED
@@ -18,8 +18,7 @@ def get_author_agent():
18
  role="Author",
19
  goal="Write LinkedIn post on topic: {topic}",
20
  backstory="You're working on a writing a LinkeIn post on topic: {topic}. "
21
- "You base your writing on the work of the Researcher, who provides context about the topic. "
22
- "The LinkedIn post must not exceed 10 sentences and may contain some emojis.",
23
  allow_delegation=False,
24
  verbose=True
25
  )
 
18
  role="Author",
19
  goal="Write LinkedIn post on topic: {topic}",
20
  backstory="You're working on a writing a LinkeIn post on topic: {topic}. "
21
+ "You base your writing on the work of the Researcher, who provides context about the topic.",
 
22
  allow_delegation=False,
23
  verbose=True
24
  )