nexo_learning_update
Update specific fields of a learning entry by providing its ID and the fields to modify. Only non-empty values are applied.
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). |