Spaces:
Runtime error
Runtime error
Update tools.py
Browse files
tools.py
CHANGED
|
@@ -269,7 +269,12 @@ class Tools:
|
|
| 269 |
If the user provides any input user query that is out of domain of the other APIs provided above,
|
| 270 |
please use this function with the input user query as the string.
|
| 271 |
|
|
|
|
|
|
|
|
|
|
| 272 |
- user_query (str): The input string that is out of domain.
|
|
|
|
|
|
|
| 273 |
"""
|
| 274 |
return ["This query is not answerable. Please provide queries regarding locations, reviews, or recommendations!"]
|
| 275 |
|
|
|
|
| 269 |
If the user provides any input user query that is out of domain of the other APIs provided above,
|
| 270 |
please use this function with the input user query as the string.
|
| 271 |
|
| 272 |
+
This function SHOULD NOT be used as input to another function.This should always be called as the only function.
|
| 273 |
+
This function should not be used as input to another function. This should always be called as the only function.
|
| 274 |
+
|
| 275 |
- user_query (str): The input string that is out of domain.
|
| 276 |
+
|
| 277 |
+
Returns nothing.
|
| 278 |
"""
|
| 279 |
return ["This query is not answerable. Please provide queries regarding locations, reviews, or recommendations!"]
|
| 280 |
|