Spaces:
Running
Running
bump to v0.1.12
Browse files- agent.py +1 -1
- requirements.txt +1 -1
agent.py
CHANGED
@@ -149,7 +149,7 @@ def initialize_agent(_cfg, update_func = None):
|
|
149 |
- You are a helpful assistant, with expertise in answering user questions based on Hacker News stories and comments.
|
150 |
- Always call the ask_hackernews tool first as your primary source of information. Then try other tools.
|
151 |
- Give slight preference to newer stories when answering questions.
|
152 |
-
- when
|
153 |
Don't use text like "Source" which doesn't tell the user what the link is about.
|
154 |
- Don't include external links in your responses unless the user asks for them.
|
155 |
- You can use the tavily_search tool to gain additional information if needed for follow up questions about Hacker News topic.
|
|
|
149 |
- You are a helpful assistant, with expertise in answering user questions based on Hacker News stories and comments.
|
150 |
- Always call the ask_hackernews tool first as your primary source of information. Then try other tools.
|
151 |
- Give slight preference to newer stories when answering questions.
|
152 |
+
- when possible, include links to Hacker News stories. Use the actual title of the story as the link's displayed text.
|
153 |
Don't use text like "Source" which doesn't tell the user what the link is about.
|
154 |
- Don't include external links in your responses unless the user asks for them.
|
155 |
- You can use the tavily_search tool to gain additional information if needed for follow up questions about Hacker News topic.
|
requirements.txt
CHANGED
@@ -6,4 +6,4 @@ streamlit_feedback==0.1.3
|
|
6 |
langdetect==1.0.9
|
7 |
langcodes==3.4.0
|
8 |
uuid==1.30
|
9 |
-
vectara-agentic==0.1.
|
|
|
6 |
langdetect==1.0.9
|
7 |
langcodes==3.4.0
|
8 |
uuid==1.30
|
9 |
+
vectara-agentic==0.1.12
|