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

Method forward

toolbench/tooleval/evaluation/methodcls.py:34–35  ·  view source on GitHub ↗
(self,query:str,tools:List[Dict],tool_func:Callable)

Source from the content-addressed store, hash-verified

32 '''
33 pass
34 def forward(self,query:str,tools:List[Dict],tool_func:Callable)->Dict:
35 pass
36
37 def __call__(self,query:str,tools:List[Dict],tool_func:Callable)->Dict:
38 result = self.forward(query,tools,tool_func)

Callers 1

__call__Method · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected