Skip to main content

ChatRole

Type Alias ChatRole 

Source
pub type ChatRole = MessageRole;
Expand description

A legacy type alias for MessageRole.

Aliased Type§

pub enum ChatRole {
    System,
    User,
    Assistant,
}

Variants§

§

System

A message from the system, setting the context or instructions for the assistant.

§

User

A message from the user.

§

Assistant

A message from the assistant.