content property

  1. @JsonKey(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 =>
    throw _privateConstructorUsedError;