Appearance
The role of the message author. Determines how the message is interpreted by the model.
import { Role } from "@meetkai/mka1/models/components"; let value: Role = "user";
"system" | "user" | "assistant" | "tool" | "developer"