MCPcopy Create free account
hub / github.com/SamuelSchmidgall/AgentLaboratory / clean_text

Method clean_text

papersolver.py:326–328  ·  view source on GitHub ↗
(text)

Source from the content-addressed store, hash-verified

324
325 @staticmethod
326 def clean_text(text):
327 text = text.replace("```\n", "```")
328 return text
329
330 def gen_initial_report(self):
331 num_attempts = 0

Callers 2

solveMethod · 0.95
gen_initial_reportMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected