add_entity_message
Add a follow-up conversation message to an existing entity thread. Provide the entity ID and a markdown message to append an observation or comment.
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). |