content property

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

A list of message content tokens with log probability information.

Implementation

@JsonKey(includeIfNull: false) List<ChatCompletionTokenLogprob>? get content;