instructions property

  1. @JsonKey(includeIfNull: false)
String? get instructions
inherited

The system instructions that the assistant uses. The maximum length is 256,000 characters.

Implementation

@JsonKey(includeIfNull: false)
String? get instructions => throw _privateConstructorUsedError;