usage property

  1. @JsonKey.new(includeIfNull: false)
CompletionUsage? get usage
inherited

Usage statistics for the completion request.

Implementation

String get object;/// Usage statistics for the completion request.
@JsonKey(includeIfNull: false) CompletionUsage? get usage;