reason property
- @JsonKey(includeIfNull: false, unknownEnumValue: JsonKey.nullForUndefinedEnumValue)
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 =>
throw _privateConstructorUsedError;