Supported Blobs
ChatBlob
ChatBlob is for user/AI messages. Memobase will automatically understand and extract the messages into structured profiles.
An example of ChatBlob is below:
The message format is OpenAI Message format:
role
: user or assistantcontent
: message contentalias
: optional. You can set the name of the character(user or assistant), it will reflect in the memory profile.created_at
: optional. You can set the date of the message.