AiMessage.system constructor
const
AiMessage.system(
- String text
A plain system-prompt message.
Implementation
const AiMessage.system(String text) : this(role: AiRole.system, text: text);
A plain system-prompt message.
const AiMessage.system(String text) : this(role: AiRole.system, text: text);