Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -16,7 +16,10 @@ def get_error_tickets(arg1:str, arg2:int)-> str: #it's import to specify the ret
|
|
| 16 |
arg1: a machine name like MachineXY
|
| 17 |
arg2: a error code of the machine
|
| 18 |
"""
|
| 19 |
-
|
|
|
|
|
|
|
|
|
|
| 20 |
|
| 21 |
@tool
|
| 22 |
def get_current_time_in_timezone(timezone: str) -> str:
|
|
|
|
| 16 |
arg1: a machine name like MachineXY
|
| 17 |
arg2: a error code of the machine
|
| 18 |
"""
|
| 19 |
+
|
| 20 |
+
|
| 21 |
+
|
| 22 |
+
return f"if have found existing tickets for {arg1} with error code {arg2}, please check the ticketsystem"
|
| 23 |
|
| 24 |
@tool
|
| 25 |
def get_current_time_in_timezone(timezone: str) -> str:
|