MCPcopy Create free account
hub / github.com/OpenBMB/ToolBench / start

Method start

toolbench/inference/Algorithms/base_search.py:30–32  ·  view source on GitHub ↗

This is the entry point of the searching process

(self, **args)

Source from the content-addressed store, hash-verified

28 raise NotImplementedError
29
30 def start(self, **args):
31 """This is the entry point of the searching process"""
32 raise NotImplementedError
33

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected