systemInstruction property

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

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;