Salman Chakaev commited on
Commit
bee1683
·
1 Parent(s): 31d6247
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -22,7 +22,6 @@ def get_current_time_in_timezone(timezone: str) -> str:
22
  """A tool that fetches the current local time in a specified timezone.
23
  Args:
24
  timezone: A string representing a valid timezone (e.g., 'America/New_York').
25
- You have to ask user his location to use this tool. Do not assume their location.
26
  """
27
  try:
28
  # Create timezone object
 
22
  """A tool that fetches the current local time in a specified timezone.
23
  Args:
24
  timezone: A string representing a valid timezone (e.g., 'America/New_York').
 
25
  """
26
  try:
27
  # Create timezone object