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

Method create_prompt

mcts_math/agents/react.py:180–189  ·  view source on GitHub ↗
(
        self,
    )

Source from the content-addressed store, hash-verified

178 return step_result, None
179
180 def create_prompt(
181 self,
182 ) -> str:
183 partial_solution = self.collect_partial_solution(self.current_node)
184 prompt = self.prompt_wrap(
185 self.question,
186 partial_solution,
187 self.config,
188 )
189 return prompt
190
191 def get_llm_samples(
192 self,

Callers 5

get_parsable_samplesMethod · 0.95
generate_preprocessMethod · 0.45
value_preprocessMethod · 0.45
batch_generateMethod · 0.45

Calls 1

Tested by

no test coverage detected