Spaces:
Sleeping
Sleeping
Update tool.py
Browse files
tool.py
CHANGED
|
@@ -2,7 +2,7 @@ from typing import Any, Optional
|
|
| 2 |
from smolagents.tools import Tool
|
| 3 |
|
| 4 |
class SuperheroPartyThemeTool(Tool):
|
| 5 |
-
name = "
|
| 6 |
description = """
|
| 7 |
This tool suggests creative superhero-themed party ideas based on a category.
|
| 8 |
It returns a unique party theme idea."""
|
|
|
|
| 2 |
from smolagents.tools import Tool
|
| 3 |
|
| 4 |
class SuperheroPartyThemeTool(Tool):
|
| 5 |
+
name = "party_theme_generator"
|
| 6 |
description = """
|
| 7 |
This tool suggests creative superhero-themed party ideas based on a category.
|
| 8 |
It returns a unique party theme idea."""
|