Gyaneshere commited on
Commit
4594dc9
·
verified ·
1 Parent(s): 676788a

Update tool.py

Browse files
Files changed (1) hide show
  1. tool.py +1 -1
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 = "superhero_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."""
 
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."""