Spaces:
Sleeping
Sleeping
Update app.py
Browse filesdebug my custom tool
app.py
CHANGED
@@ -16,7 +16,9 @@ def my_custom_tool(arg1:str, arg2:int)-> str: #it's import to specify the return
|
|
16 |
arg1: the tender subject
|
17 |
arg2: the number of sections
|
18 |
"""
|
19 |
-
|
|
|
|
|
20 |
|
21 |
@tool
|
22 |
def get_current_time_in_timezone(timezone: str) -> str:
|
|
|
16 |
arg1: the tender subject
|
17 |
arg2: the number of sections
|
18 |
"""
|
19 |
+
|
20 |
+
output = arg1
|
21 |
+
return output
|
22 |
|
23 |
@tool
|
24 |
def get_current_time_in_timezone(timezone: str) -> str:
|