nexo_learning_update
Modify learning entries in the NEXO Brain memory system by updating titles, content, or categories while preserving existing data.
Instructions
Update a learning entry. Only non-empty fields are changed.
Args: id: Learning ID number. title: New title (optional). content: New content (optional). category: New category (optional).
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| title | No | ||
| content | No | ||
| category | No |