Skip to content

MessageData

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

Data for a message.

role: Role;

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

The role of the message sender.


content: ContentBlockData[];

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

Array of content blocks that make up this message.