systemInstruction property
System instructions from server.
Implementation
@JsonKey(name: 'welcome_message') String get welcomeMessage;/// System instructions from server.
// ignore: invalid_annotation_target
@JsonKey(name: 'system_instruction') String get systemInstruction;