Skip to content

ChatRole

MarcoDotIO edited this page Mar 1, 2023 · 1 revision

ChatRole

Used for selecting who sent the message

public enum ChatRole: String, Codable 

Inheritance

Codable, String

Enumeration Cases

system

The context of the chat

case system

user

The main user chatting

case user

assistant

The main AI chatting

case assistant
Types
Global Functions
Clone this wiki locally