The type of message. Options: 'user' for user messages, 'bot' for bot responses, 'context' for contextual information, 'instruction' for instructions, 'backstory' for background information, 'reasoning' for reasoning steps, 'activity' for activity logs.
entitiesarray
Optional array of entities to associate with this message. Entities are structured data extracted from the message text.
messageIdstring
Required
The unique identifier of the message to update. Obtain this from list_conversation_messages or when creating a message.
conversationIdstring
Required
The unique identifier of the conversation containing the message to update. Obtain this from list_conversations or when creating a new conversation.
Observable output
data
Required
Data from the action execution
errorstring
Error if any occurred during the execution of the action
successfulboolean
Required
Whether or not the action execution was successful or not