Messages

Messages: { content: string, role: Role }

Represents the structure of the messages in the conversation.

  • role: The role of the message sender.

  • content: The content of the message.

Last updated