The base definition of a text chat message.

interface TextChatMessage {
    role: string;
}

Hierarchy (view full)

Properties

Properties

role: string

The role of the messages author. Note that this parameter is case sensitive, make sure to use lower case.