stop property

  1. @_CompletionStopConverter()
  2. @JsonKey(includeIfNull: false)
CompletionStop? get stop
inherited

Up to 4 sequences where the API will stop generating further tokens. The returned text will not contain the stop sequence.

Implementation

@_CompletionStopConverter()
@JsonKey(includeIfNull: false)
CompletionStop? get stop => throw _privateConstructorUsedError;