Update app.py
Browse files
app.py
CHANGED
|
@@ -530,7 +530,7 @@ DO NOT add anything additional and return ONLY what is asked and in the format a
|
|
| 530 |
|
| 531 |
If you output anything else, it is incorrect.
|
| 532 |
|
| 533 |
-
If there is no information provided ONLY then answer based on your own knowledge. Otherwise, leverage the information provided to answer the user's question.
|
| 534 |
|
| 535 |
Example of valid json response for user request: Who was the winner of 2025 World Snooker Championship:
|
| 536 |
Response: Zhao Xintong.
|
|
|
|
| 530 |
|
| 531 |
If you output anything else, it is incorrect.
|
| 532 |
|
| 533 |
+
If there is no information provided ONLY then answer based on your own knowledge. Otherwise, leverage the information provided to answer the user's question exactly without adding anything else.
|
| 534 |
|
| 535 |
Example of valid json response for user request: Who was the winner of 2025 World Snooker Championship:
|
| 536 |
Response: Zhao Xintong.
|