MessageData
Defined in: src/types/messages.ts:17
Data for a message.
Properties
Section titled “Properties”role: Role;Defined in: src/types/messages.ts:21
The role of the message sender.
content
Section titled “content”content: ContentBlockData[];Defined in: src/types/messages.ts:26
Array of content blocks that make up this message.