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

Method __init__

toolbench/inference/Downstream_tasks/base_env.py:3–7  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1class base_env:
2
3 def __init__(self):
4 self.task_description = ""
5 self.input_description = ""
6 self.tool_names = []
7 self.functions = []
8
9 def restart(self):
10 '''

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected