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