refusal property
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;