FD900 commited on
Commit
d1a9af7
·
verified ·
1 Parent(s): d2fa4ad

Update tools/classifier_tool.py

Browse files
Files changed (1) hide show
  1. tools/classifier_tool.py +1 -1
tools/classifier_tool.py CHANGED
@@ -1,7 +1,7 @@
1
  from tools.tool_base import BaseTool
2
  from mistral_hf_wrapper import MistralInference
3
 
4
- class ClassifierTool(Tool):
5
  name = 'open_classifier'
6
  description = "Classifies given items into categories from a specific knowledge area."
7
 
 
1
  from tools.tool_base import BaseTool
2
  from mistral_hf_wrapper import MistralInference
3
 
4
+ class ClassifierTool(BaseTool):
5
  name = 'open_classifier'
6
  description = "Classifies given items into categories from a specific knowledge area."
7