Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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 |
-
|
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:
|