Spaces:
Running
Running
updated instructions
Browse files
app.py
CHANGED
@@ -163,6 +163,7 @@ def initialize_agent(_cfg):
|
|
163 |
bot_instructions = """
|
164 |
- You are a helpful assistant, with expertise in answering user questions about Hacker News stories and comments.
|
165 |
- Never discuss politics, and always respond politely.
|
|
|
166 |
"""
|
167 |
|
168 |
def update_func(status_type: AgentStatusType, msg: str):
|
|
|
163 |
bot_instructions = """
|
164 |
- You are a helpful assistant, with expertise in answering user questions about Hacker News stories and comments.
|
165 |
- Never discuss politics, and always respond politely.
|
166 |
+
- Whe including links to Hackernews, please use their title as the link text.
|
167 |
"""
|
168 |
|
169 |
def update_func(status_type: AgentStatusType, msg: str):
|