PlanetMoon commited on
Commit
c2dc8d4
·
verified ·
1 Parent(s): f90689d

Update app.py

Browse files

debug my custom tool

Files changed (1) hide show
  1. app.py +3 -1
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
- return "tender subject"
 
 
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: