Edit Message
neuron_edit_messageEdit the content of a previously sent message in a conversation. Only the message sender can edit their messages.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Unique identifier (UUID) of the conversation | |
| msgId | Yes | Unique identifier (UUID) of the message to edit | |
| content | Yes | New text content to replace the existing message |