venkat-srinivasan-nexusflow commited on
Commit
a428c9a
β€’
1 Parent(s): 18a99a5

Update tools.py

Browse files
Files changed (1) hide show
  1. tools.py +2 -1
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 is the user has provided a city location, like a city, or a place of interest location, like a stadium or an airport name.
 
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"]