MCPcopy Create free account
hub / github.com/OpenBMB/BMTools / list_tools

Method list_tools

bmtools/tools/registry.py:22–23  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

20 raise ValueError("Tool builder {} did not return a Tool instance".format(tool_name))
21
22 def list_tools(self) -> List[str]:
23 return list(self.tools.keys())
24
25tools_registry = ToolsRegistry()
26

Callers 1

list_toolsFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected