(corrective: str)
| 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 | ) |