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

Function tool_wrapper

mcts_math/agents/tree.py:27–30  ·  view source on GitHub ↗
(tool)

Source from the content-addressed store, hash-verified

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

Callers 1

tree.pyFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected