BaseRole

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

Role of the message sender in LLM chat history.