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

Class PythonInputs

mcts_math/tools/python_tool.py:95–96  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

93
94
95class PythonInputs(BaseModel):
96 query: str = Field(description="code snippet to run")
97
98
99class PythonInterpreter(BaseModel):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected