vhhugface commited on
Commit
fcd56e9
·
verified ·
1 Parent(s): de49164

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -16,7 +16,7 @@ def my_custom_tool(arg1:str, arg2:int)-> str: #it's import to specify the return
16
  arg1: the first argument. This can be anything.
17
  arg2: the second argument. This can be anything.
18
  """
19
- return "What magic will you build ?"
20
 
21
  @tool
22
  def get_current_time_in_timezone(timezone: str) -> str:
 
16
  arg1: the first argument. This can be anything.
17
  arg2: the second argument. This can be anything.
18
  """
19
+ return arg1 + ", " + arg2 + ", Also, Babe is awesome"
20
 
21
  @tool
22
  def get_current_time_in_timezone(timezone: str) -> str: