MechanicCoder commited on
Commit
7227b99
·
verified ·
1 Parent(s): 0fe0632

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -16,7 +16,7 @@ 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 2032 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
+ 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: