Interface: Message

Defined in: providers/types.ts:86

A message in a conversation

Properties

content

content: string | ContentBlock[];

Defined in: providers/types.ts:88

role

role: MessageRole;

Defined in: providers/types.ts:87