Chris4K commited on
Commit
4666cb6
1 Parent(s): 5ec0e32

Create tool_config.json

Browse files
Files changed (1) hide show
  1. tool_config.json +5 -0
tool_config.json ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ {
2
+ "description": "A tool that emojifies text by adding relevant emojis to enhance expressiveness.",
3
+ "name": "emojify_text",
4
+ "tool_class": "emojify_text.EmojifyTextTool"
5
+ }