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

Method __init__

toolbench/inference/Tree/Tree.py:8–10  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

6
7class my_tree:
8 def __init__(self):
9 self.root = tree_node()
10 self.now_deal_node = self.root
11
12
13 def to_json_recursive(self,use_messages=False):

Callers

nothing calls this directly

Calls 1

tree_nodeClass · 0.85

Tested by

no test coverage detected