Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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
|
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,
|