FD900 commited on
Commit
14ca64a
·
verified ·
1 Parent(s): cdfe973

Delete tools/tool_base.py

Browse files
Files changed (1) hide show
  1. tools/tool_base.py +0 -8
tools/tool_base.py DELETED
@@ -1,8 +0,0 @@
1
- class BaseTool:
2
- name: str
3
- description: str
4
- inputs: dict
5
- output_type: str
6
-
7
- def forward(self, *args, **kwargs):
8
- raise NotImplementedError("Each tool must implement the forward method.")