lesson_update
Fix or remove incorrect lesson records. Update only specified fields to correct corrupted tag data, or delete bad entries to keep your knowledge store accurate.
Instructions
Correct or delete a recorded lesson. Only given fields are changed; unmangles field-tag corruption in the same way lesson_record does. Use delete:true to remove a bad entry.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| actor | No | Calling agent identity; else BEGOD_KNOWLEDGE_ACTOR or unknown | |
| model | No | Calling model; else BEGOD_KNOWLEDGE_MODEL or unknown | |
| delete | No | Delete the lesson instead of updating it | |
| status | No | ||
| session | No | Stable session ID; else BEGOD_KNOWLEDGE_SESSION or unknown | |
| projects | No | ||
| severity | No | ||
| lesson_id | Yes | Lesson ID, e.g. 'L-6e48a9' | |
| prevention | No | ||
| resolution | No | ||
| root_cause | No | ||
| description | No |