system constant
ChatRole
const system
The system role, used for providing instructions to the model.
Implementation
static const ChatRole system = ChatRole('system');
The system role, used for providing instructions to the model.
static const ChatRole system = ChatRole('system');