systemInstruction property

  1. @JsonKey.new(name: 'system_instruction')
LocalizedText get systemInstruction
inherited

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;