add_entity_message
Add a follow-up message to an entity's conversation thread using its root entity ID.
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. |