Update tool_config.py
Browse files- tool_config.py +1 -0
tool_config.py
CHANGED
@@ -11,6 +11,7 @@ tool_names = [
|
|
11 |
"Chris4K/word-counter-tool",
|
12 |
"Chris4K/sentence-counter-tool",
|
13 |
"Chris4K/EmojifyTextTool",
|
|
|
14 |
"Chris4K/NamedEntityRecognitionTool",
|
15 |
"Chris4K/TextDownloadTool",
|
16 |
"Chris4K/source-code-retriever-tool",
|
|
|
11 |
"Chris4K/word-counter-tool",
|
12 |
"Chris4K/sentence-counter-tool",
|
13 |
"Chris4K/EmojifyTextTool",
|
14 |
+
"Chris4K/textify",
|
15 |
"Chris4K/NamedEntityRecognitionTool",
|
16 |
"Chris4K/TextDownloadTool",
|
17 |
"Chris4K/source-code-retriever-tool",
|