Update app.py
Browse files
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:
|