MCPcopy Create free account
hub / github.com/MARIO-Math-Reasoning/Super_MARIO / _tool

Function _tool

mcts_math/agents/tree.py:28–29  ·  view source on GitHub ↗
(query)

Source from the content-addressed store, hash-verified

26
27def tool_wrapper(tool):
28 def _tool(query):
29 return tool.run(query)
30 return _tool
31
32

Callers

nothing calls this directly

Calls 1

runMethod · 0.80

Tested by

no test coverage detected