refusal property

  1. @JsonKey.new(includeIfNull: false)
List<ChatCompletionTokenLogprob>? get refusal
inherited

A list of message refusal tokens with log probability information.

Implementation

@JsonKey(includeIfNull: false) List<ChatCompletionTokenLogprob>? get content;/// A list of message refusal tokens with log probability information.
@JsonKey(includeIfNull: false) List<ChatCompletionTokenLogprob>? get refusal;