add_entity_message
Append a follow-up message to a root entity's conversation thread, recording each observation immutably.
Instructions
Append a follow-up conversation_message to the thread for a submitted root entity (entity_id).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| entity_id | Yes | Root submitted entity id. | |
| message | Yes | Message body (markdown). |