added unique response
Browse files
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 |
# ---------------------------------------------------------------------------
|