Spaces:
Runtime error
Runtime error
venkat-srinivasan-nexusflow
commited on
Commit
β’
32603c2
1
Parent(s):
abc2a5e
Update app.py
Browse files
app.py
CHANGED
@@ -117,6 +117,10 @@ User Query: What's the nearest I need to walk to get some food near Stanford Uni
|
|
117 |
Call: sort_results(places=get_recommendations(topics=["food"], lat_long=get_latitude_longitude(location="Stanford University")), sort="distance")
|
118 |
User Query: Can you tell me if I should go to San Francisco or San Jose for high end Japanese food?
|
119 |
Call: sort_results(places=get_recommendations(topics=["high-end food", "Japanese"], lat_long=get_latitude_longitude(location="San Francisco")), sort="rating"); sort_results(places=get_recommendations(topics=["high-end food", "Japanese"], lat_long=get_latitude_longitude(location="San Jose")), sort="rating"); get_some_reviews(place_names=sort_results(places=get_recommendations(topics=["high-end food", "Japanese"], lat_long=get_latitude_longitude(location="San Francisco")), sort="rating")); get_some_reviews(place_names=sort_results(places=get_recommendations(topics=["high-end food", "Japanese"], lat_long=get_latitude_longitude(location="San Jose")), sort="rating"))
|
|
|
|
|
|
|
|
|
120 |
|
121 |
User Query: {query}<human_end>
|
122 |
|
|
|
117 |
Call: sort_results(places=get_recommendations(topics=["food"], lat_long=get_latitude_longitude(location="Stanford University")), sort="distance")
|
118 |
User Query: Can you tell me if I should go to San Francisco or San Jose for high end Japanese food?
|
119 |
Call: sort_results(places=get_recommendations(topics=["high-end food", "Japanese"], lat_long=get_latitude_longitude(location="San Francisco")), sort="rating"); sort_results(places=get_recommendations(topics=["high-end food", "Japanese"], lat_long=get_latitude_longitude(location="San Jose")), sort="rating"); get_some_reviews(place_names=sort_results(places=get_recommendations(topics=["high-end food", "Japanese"], lat_long=get_latitude_longitude(location="San Francisco")), sort="rating")); get_some_reviews(place_names=sort_results(places=get_recommendations(topics=["high-end food", "Japanese"], lat_long=get_latitude_longitude(location="San Jose")), sort="rating"))
|
120 |
+
User Query: What's this bird app stuff?
|
121 |
+
Call: out_of_domain(query="What's this bird app stuff")
|
122 |
+
User Query: What is your political affiliation?
|
123 |
+
Call: out_of_domain(query="What is your political affiliation?")
|
124 |
|
125 |
User Query: {query}<human_end>
|
126 |
|