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

Method get_init_node

toolbench/tooleval/evaluation/dataclass.py:194–195  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

192 raise TypeError('node must be instance of ExecutionNode!')
193
194 def get_init_node(self):
195 return self.nodes[self.init_node]
196
197 def add_node(self,node:ExecutionNode):
198 if isinstance(node,ExecutionNode):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected