AiMessage.system constructor

const AiMessage.system(
  1. String text
)

A plain system-prompt message.

Implementation

const AiMessage.system(String text) : this(role: AiRole.system, text: text);