interface SimpleInputMessage {
    content: string;
    role: string;
}

Properties

Properties

content: string

The content of the message.

role: string

The role of the message (e.g. "system", "assistant", "user").