1pub const SYSTEM: &str = "system"; 2pub const USER: &str = "user"; 3pub const ASSISTANT: &str = "assistant"; 4pub const TOOL: &str = "tool";