Spaces:
Runtime error
Runtime error
venkat-srinivasan-nexusflow
commited on
Commit
β’
9c5d56e
1
Parent(s):
5669ba3
Update app.py
Browse files
app.py
CHANGED
@@ -131,6 +131,15 @@ Example:
|
|
131 |
User Query: What is your political affiliation?
|
132 |
Call: out_of_domain(query="What is your political affiliation?")
|
133 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
134 |
User Query: {query}<human_end>
|
135 |
|
136 |
Call:"""
|
|
|
131 |
User Query: What is your political affiliation?
|
132 |
Call: out_of_domain(query="What is your political affiliation?")
|
133 |
|
134 |
+
Example:
|
135 |
+
User Query: What are people saying about Chipotle in Austin?
|
136 |
+
Call: get_some_reviews(topics=["Chipotle"], lat_long=get_latitude_longitude(location="Austin"))
|
137 |
+
|
138 |
+
Example:
|
139 |
+
User Query: What are people saying about some of the better Chipotles in Austin?
|
140 |
+
Call: get_some_reviews(place_names=sort_results(places=get_recommendations(topics=["Chipotles"], lat_long=get_latitude_longitude(location="Austin")), sort="rating"))
|
141 |
+
|
142 |
+
|
143 |
User Query: {query}<human_end>
|
144 |
|
145 |
Call:"""
|