Skip to content
1 min read · 40 words

Type Alias: MessageRole

ts
type MessageRole = "user" | "assistant";

Defined in: lib/classes/message.ts:18

The roles a Message author can hold.

Remarks

Restricted to user and assistant — system instructions, developer directives, and tool results are handled separately and never appear in the persisted message history.