Type Alias: MessageModel
MessageModel:
object
Defined in: packages/core/src/types.ts:75
Type of Message model used in the chat component
Type declaration
direction
direction:
MessageDirection
The direction of the message
messageContent?
optionalmessageContent:StreamMessage
The content of the message
payload?
optionalpayload:MessagePayload
The payload of the message
position
position:
"single"|"first"|"normal"|"last"|0|1|2|3
The position of the message
sender?
optionalsender:"user"|"assistant"|"error"
The sender of the message
sentTime?
optionalsentTime:string
The time the message was sent
type?
optionaltype:MessageType
The type of the message