Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -9,6 +9,7 @@ from tools.final_answer import FinalAnswerTool
|
|
| 9 |
|
| 10 |
from Gradio_UI import GradioUI
|
| 11 |
|
|
|
|
| 12 |
def generate_secure_password(length: int) -> str:
|
| 13 |
"""A tool that generates a secure random password with a specific length.
|
| 14 |
Args:
|
|
|
|
| 9 |
|
| 10 |
from Gradio_UI import GradioUI
|
| 11 |
|
| 12 |
+
@tool
|
| 13 |
def generate_secure_password(length: int) -> str:
|
| 14 |
"""A tool that generates a secure random password with a specific length.
|
| 15 |
Args:
|