(self, summary: str)
| 115 | self.long["practiced_knowledge"].append(concept) |
| 116 | |
| 117 | def write_long_summary(self, summary: str) -> None: |
| 118 | if summary: |
| 119 | self.long["learning_status"].append(summary) |
| 120 | |
| 121 | def reflect_corrective(self, practice: dict[str, Any], ans: dict[str, str]) -> str: |
| 122 | fb = "" |