nexo_learning_update
Modify an existing learning entry. Provide the learning ID and optionally update title, content, category, status, or other fields. Only non-empty fields are changed.
Instructions
Update a learning entry. Only non-empty fields are changed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Learning ID number. | |
| title | No | New title (optional). | |
| content | No | New content (optional). | |
| category | No | New category (optional). | |
| reasoning | No | New reasoning/context (optional). | |
| prevention | No | New prevention rule (optional). | |
| applies_to | No | New applies_to target(s) (optional). | |
| status | No | New status such as active/superseded (optional). | |
| review_days | No | New review interval in days (optional). | |
| priority | No | critical, high, medium, low (optional). | |
| supersedes_id | No | Existing learning ID this updated canonical rule replaces (optional). |