kfahn commited on
Commit
369a3f5
·
verified ·
1 Parent(s): 1cc5977

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -18,7 +18,7 @@ def my_custom_tool(arg1:str, arg2:int)-> str: #it's import to specify the return
18
  """
19
  return "What magic will you build ?"
20
 
21
- @tool
22
  def get_joke() -> str:
23
  """
24
  Fetches a random joke from the JokeAPI.
 
18
  """
19
  return "What magic will you build ?"
20
 
21
+ @tool
22
  def get_joke() -> str:
23
  """
24
  Fetches a random joke from the JokeAPI.