funcky commited on
Commit
ed4ebf0
·
verified ·
1 Parent(s): 2dc78cf

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -22,7 +22,7 @@ def my_custom_tool(arg1:str, arg2:int)-> str: #it's import to specify the return
22
  return f"Error fetching values '{arg1}' '{arg2}': {str(e)}"
23
 
24
 
25
- # return "What magic will you build ?"
26
 
27
  @tool
28
  def get_current_time_in_timezone(timezone: str) -> str:
 
22
  return f"Error fetching values '{arg1}' '{arg2}': {str(e)}"
23
 
24
 
25
+ return "What magic will you build ?"
26
 
27
  @tool
28
  def get_current_time_in_timezone(timezone: str) -> str: