Interface Message

interface Message {
    content: string;
    id: string;
    role: Role;
}

Properties

Properties

content: string
id: string
role: Role

Generated using TypeDoc