msblend commited on
Commit
457180c
·
verified ·
1 Parent(s): 6e34b89

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -21,7 +21,7 @@ def my_custom_tool(arg1: str, arg2: int) -> str: # è importante specificare il
21
  @tool
22
  def get_current_time_in_timezone(timezone: str) -> str:
23
  """Uno strumento che recupera l'ora locale corrente in un fuso orario specificato.
24
- Argomenti:
25
  timezone: una stringa che rappresenta un fuso orario valido (ad esempio, 'America/New_York').
26
  """
27
  try:
 
21
  @tool
22
  def get_current_time_in_timezone(timezone: str) -> str:
23
  """Uno strumento che recupera l'ora locale corrente in un fuso orario specificato.
24
+ Args:
25
  timezone: una stringa che rappresenta un fuso orario valido (ad esempio, 'America/New_York').
26
  """
27
  try: