Skip to content

MessageData

Defined in: src/types/messages.ts:17

Data for a message.

role: Role;

Defined in: src/types/messages.ts:21

The role of the message sender.


content: ContentBlockData[];

Defined in: src/types/messages.ts:26

Array of content blocks that make up this message.