Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -113,6 +113,8 @@ def {name}{signature}:
|
|
| 113 |
|
| 114 |
User Query: I am driving from Austin to San Antonio, passing through San Marcos, give me good food for each stop.
|
| 115 |
Call: sort_results(places=get_recommendations(topics=["food"], lat_long=get_latitude_longitude(location="Austin")), sort="rating"); sort_results(places=get_recommendations(topics=["food"], lat_long=get_latitude_longitude(location="San Marcos")), sort="rating"); sort_results(places=get_recommendations(topics=["food"], lat_long=get_latitude_longitude(location="San Antonio")), sort="rating")
|
|
|
|
|
|
|
| 116 |
|
| 117 |
User Query: {query}<human_end>
|
| 118 |
|
|
|
|
| 113 |
|
| 114 |
User Query: I am driving from Austin to San Antonio, passing through San Marcos, give me good food for each stop.
|
| 115 |
Call: sort_results(places=get_recommendations(topics=["food"], lat_long=get_latitude_longitude(location="Austin")), sort="rating"); sort_results(places=get_recommendations(topics=["food"], lat_long=get_latitude_longitude(location="San Marcos")), sort="rating"); sort_results(places=get_recommendations(topics=["food"], lat_long=get_latitude_longitude(location="San Antonio")), sort="rating")
|
| 116 |
+
User Query: What's the nearest I need to walk to get some food near Stanford University?
|
| 117 |
+
Call: sort_results(places=get_recommendations(topics=["food"], lat_long=get_latitude_longitude(location="Stanford University")), sort="distance")
|
| 118 |
|
| 119 |
User Query: {query}<human_end>
|
| 120 |
|