Luis commited on
Commit
97a656e
·
verified ·
1 Parent(s): 28c09a1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -21,7 +21,7 @@ def my_cutom_tool(arg1:str, arg2:int)-> str: #it's import to specify the return
21
  def get_current_time_in_timezone(timezone: str) -> str:
22
  """Get the current time in the specified timezone.
23
 
24
- Parameters:
25
  timezone: The timezone name as a string (e.g., 'UTC', 'America/New_York', 'Europe/London')
26
 
27
  Returns:
 
21
  def get_current_time_in_timezone(timezone: str) -> str:
22
  """Get the current time in the specified timezone.
23
 
24
+ Args:
25
  timezone: The timezone name as a string (e.g., 'UTC', 'America/New_York', 'Europe/London')
26
 
27
  Returns: