reason property

  1. @JsonKey.new(includeIfNull: false, unknownEnumValue: JsonKey.nullForUndefinedEnumValue)
RunObjectIncompleteDetailsReason? get reason
inherited

The reason why the run is incomplete. This will point to which specific token limit was reached over the course of the run.

Implementation

@JsonKey(includeIfNull: false, unknownEnumValue: JsonKey.nullForUndefinedEnumValue) RunObjectIncompleteDetailsReason? get reason;