Message

Represents a single message in a chat interaction.

Members

Functions

toJson
JSONValue toJson()

Converts the message to a JSON object.

Variables

content
string content;

The text content of the message.

role
string role;

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

Meta