update_entry
Update specific fields of an existing working-tree entry by its ID, keeping other fields unchanged.
Instructions
Update fields of an existing working-tree entry by its id.
Only fields you provide are changed; omitted fields are left as-is. Raises an error if entry_id is not found in the working tree.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| input | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| question | Yes | ||
| answer | Yes | ||
| contexts | Yes | ||
| tags | Yes | ||
| metadata | Yes | ||
| updated_at | Yes |