Spaces:
Runtime error
Runtime error
Update tools.py
Browse files
tools.py
CHANGED
|
@@ -44,7 +44,8 @@ class Tools:
|
|
| 44 |
"""
|
| 45 |
Returns the current location. ONLY use this if the user has not provided an explicit location in the query.
|
| 46 |
|
| 47 |
-
Do not use this function
|
|
|
|
| 48 |
"""
|
| 49 |
location_data = self._get_current_location_information()
|
| 50 |
city = location_data["city"]
|
|
|
|
| 44 |
"""
|
| 45 |
Returns the current location. ONLY use this if the user has not provided an explicit location in the query.
|
| 46 |
|
| 47 |
+
Do not use this function if the user has provided a city location (like "Austin" or "San Jose").
|
| 48 |
+
Do not use this function if the user has provided a place of interest location (like "Louvre" or "Levi's Stadium").
|
| 49 |
"""
|
| 50 |
location_data = self._get_current_location_information()
|
| 51 |
city = location_data["city"]
|