lesson_reinforce
Reinforce a stored lesson when the same pattern recurs, boosting its confidence by 0.15 and unarchiving decayed lessons to keep relevant memory active.
Instructions
Reinforce an existing lesson when the same pattern is observed again. Increases confidence by 0.15, capped at 1.0. Unarchives lessons that had decayed below the threshold. Call this when a lesson recalled via lesson_recall proves relevant to the current task, or when the same mistake recurs. Returns the updated lesson with its new confidence score.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The lesson ID returned by lesson_save or lesson_recall. |