type BaseRole = "assistant" | "system" | "user"; Copy
type BaseRole = "assistant" | "system" | "user";
Role of the message sender in LLM chat history.