Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenBMB/ToolBench
/ __init__
Method
__init__
toolbench/tooleval/evaluation/methodcls.py:4–5 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
2
3
class
BaseToolMethod:
4
def
__init__(self):
5
pass
6
def
convert_result_to_dict(self,result):
7
''
&
#x27;Return Format
8
--------
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected