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

Method step

toolbench/inference/Downstream_tasks/base_env.py:22–27  ·  view source on GitHub ↗

Perform an interaction in natural language mode return value (output str, status code)

(self, action, input_str)

Source from the content-addressed store, hash-verified

20 raise NotImplementedError
21
22 def step(self, action, input_str):
23 '''
24 Perform an interaction in natural language mode
25 return value (output str, status code)
26 '''
27 raise NotImplementedError
28
29 def check_success(self):
30 '''

Callers 2

DFSMethod · 0.45
do_chainMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected