MessageRole

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

Role of the message sender in an LLM chat history.