MechanicCoder commited on
Commit
4c8f1bb
·
verified ·
1 Parent(s): 7227b99

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -1
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
- return f"if have found the existing tickets for {arg1} with error code {arg2}"
 
 
 
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: