logprobs property

  1. @JsonKey.new(includeIfNull: false)
ChatCompletionStreamResponseChoiceLogprobs? get logprobs
inherited

Log probability information for the choice.

Implementation

@JsonKey(includeIfNull: false)
ChatCompletionStreamResponseChoiceLogprobs? get logprobs =>
    throw _privateConstructorUsedError;