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

Function react_obs_wrap

mcts_math/agents/utils.py:52–53  ·  view source on GitHub ↗
(observation: str)

Source from the content-addressed store, hash-verified

50
51
52def react_obs_wrap(observation: str) -> str:
53 return f"{OBSERVATION}{observation}"
54
55
56def react_step_result_unwrap(

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected