add_entity_message
Add a markdown follow-up to a root entity's conversation thread, preserving full provenance and versioned history.
Instructions
Append a follow-up conversation_message to the thread for a submitted root entity (entity_id).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| message | Yes | Message body (markdown). | |
| entity_id | Yes | Root submitted entity id. |