Update app.py
Browse files
app.py
CHANGED
|
@@ -534,6 +534,9 @@ If there is no information provided or the information is not relevant then answ
|
|
| 534 |
Example of valid json response for user request: Who was the winner of 2025 World Snooker Championship:
|
| 535 |
Response: Zhao Xintong.
|
| 536 |
|
|
|
|
|
|
|
|
|
|
| 537 |
Return exactly the above requested format and nothing more!
|
| 538 |
DO NOT generate any additional text after it!
|
| 539 |
|
|
|
|
| 534 |
Example of valid json response for user request: Who was the winner of 2025 World Snooker Championship:
|
| 535 |
Response: Zhao Xintong.
|
| 536 |
|
| 537 |
+
Example of valid json response for user request: What is the first name of the winner of 2025 World Snooker Championship:
|
| 538 |
+
Response: Zhao.
|
| 539 |
+
|
| 540 |
Return exactly the above requested format and nothing more!
|
| 541 |
DO NOT generate any additional text after it!
|
| 542 |
|