namansnghl commited on
Commit
c1a908c
·
verified ·
1 Parent(s): dd0d675

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -49,7 +49,7 @@ def roll_die(dice_size: int) -> int:
49
  return f"Oops the die broke before I could roll, Error {msg}"
50
 
51
  @tool
52
- def wizard(item: str) -> str
53
  """
54
  This is the wizard, he enchants items for you. Some people call it enchantment some people call it encoding
55
  Args:
 
49
  return f"Oops the die broke before I could roll, Error {msg}"
50
 
51
  @tool
52
+ def wizard(item: str) -> str:
53
  """
54
  This is the wizard, he enchants items for you. Some people call it enchantment some people call it encoding
55
  Args: