ofermend commited on
Commit
b5252fe
·
1 Parent(s): 27dc7b0

updated instructions

Browse files
Files changed (1) hide show
  1. app.py +1 -0
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):