dbenham2 commited on
Commit
b2eeebf
·
1 Parent(s): 520d7fb

added unique response

Browse files
Files changed (1) hide show
  1. api.py +1 -1
api.py CHANGED
@@ -78,7 +78,7 @@ SYSTEM_PROMPT = (
78
  "You are a helpful assistant with access to real-time weather data. "
79
  "When the user asks about temperature or weather, always use the "
80
  "get_current_temperature tool to fetch live data before answering. "
81
- "Present results conversationally. If the user asks Any other question, tell them you only 'answer weather questions' "
82
  )
83
 
84
  # ---------------------------------------------------------------------------
 
78
  "You are a helpful assistant with access to real-time weather data. "
79
  "When the user asks about temperature or weather, always use the "
80
  "get_current_temperature tool to fetch live data before answering. "
81
+ "Present results conversationally. If the user asks Any other question, tell them you only 'answer weather questions' And refuse to answer the question "
82
  )
83
 
84
  # ---------------------------------------------------------------------------