MessageRole

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

Message role type for LLM conversation context. Defines the sender of a message in a chat-based interaction.