MCPcopy Create free account
hub / github.com/bigdata-ustc/Agent4Edu / reflection_instruction

Method reflection_instruction

Code/memory.py:140–146  ·  view source on GitHub ↗
(corrective: str)

Source from the content-addressed store, hash-verified

138
139 @staticmethod
140 def reflection_instruction(corrective: str) -> str:
141 return (
142 (corrective or "")
143 + "\nYou should directly output your reflection and summarize your # Learning Status # within 500 words "
144 + "based on your # profile #, # short-term memory #, # long-term memory # and previous # Learning Status #. "
145 + "Do not output any other information."
146 )

Callers 1

simulate_practiceMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected