Sandiago21 commited on
Commit
53342b0
·
verified ·
1 Parent(s): 8c4d7e8

Update app.py

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