Message properties
Detailed explanation of message’s properties
uuid string
Unique Id of the message
created_at string
Indicates message creation time
modified_at string
Indicates message modified time
finish_reason string
The reason the model stopped generating the message. This will be stop
if the model hit a natural stop point or a provided stop sequence, or length
if the maximum number of tokens specified in the request was reached.
cite_data_json string
Our AI bot credits sources and includes links to specific information it used from your trained data, promoting a reliable and informed conversation. To make it work enable show_citations
property for your Chatbot
.
meta_json string
Message metadata
query string
User’s query
response string
AI response for user’s query
Last updated