An input message.

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

Properties

Properties

content: string

The content of the message.

role: string

The role of the message sender (e.g., system, user, developer).