mark_lesson_followed
Report whether a surfaced lesson was followed or ignored, mark irrelevant lessons, and add notes to power the self-improvement loop.
Instructions
Report whether a surfaced lesson changed your behaviour. mark_lesson_followed(surface_id, followed=True|False, note='...', applicable=True|False). Use applicable=False when the lesson was irrelevant, not followed=False. Call after acting on a lesson - powers the self-improvement loop.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| note | No | optional one-line explanation (esp. useful for ignored) | |
| followed | No | True if you followed the lesson, False if ignored | |
| applicable | No | False if the lesson was unrelated to this task | |
| surface_id | Yes | the `surface_id` field returned with the lesson |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||