Chris4K commited on
Commit
28268d6
·
1 Parent(s): eea0816

Update tool_config.json

Browse files
Files changed (1) hide show
  1. tool_config.json +3 -3
tool_config.json CHANGED
@@ -1,5 +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
  }
 
1
  {
2
+ "description": "A named entity recognition tool that identifies and labels entities such as persons, organizations, and locations in a given text.",
3
+ "name": "ner_tool",
4
+ "tool_class": "ner_tool.NamedEntityRecognitionTool"
5
  }