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

Method forward

toolbench/tooleval/automatic_eval_sample.py:37–38  ·  view source on GitHub ↗
(self,query:str,tools:List[Dict],tool_func:Callable)

Source from the content-addressed store, hash-verified

35 def __init__(self):
36 super().__init__()
37 def forward(self,query:str,tools:List[Dict],tool_func:Callable)->Dict:
38 return {}
39 def convert_result_to_dict(self,result):
40 return {
41 'method': 'sample',

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected