BroBro87 commited on
Commit
81ae11d
·
verified ·
1 Parent(s): e563dc0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -27,7 +27,7 @@ def find_hackernews_posts(message,history):
27
  description=f"""
28
  Use the serp tool to search for the user's twitter profile of name {profile} to read his bio,
29
  and then scrape it. Based on his bio, find good technical hackernews posts suited to his bio.
30
- Return a list of 5 posts, each with a title and URL.
31
  """,
32
  expected_output="A list of 5 technical hackernews posts with titles and URLs",
33
  agent=hacnews_agent,
 
27
  description=f"""
28
  Use the serp tool to search for the user's twitter profile of name {profile} to read his bio,
29
  and then scrape it. Based on his bio, find good technical hackernews posts suited to his bio.
30
+ Return one post that is most appropriate to the personality. Make it funny. Return title and link to it.
31
  """,
32
  expected_output="A list of 5 technical hackernews posts with titles and URLs",
33
  agent=hacnews_agent,