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