Skip to content

Commit

Permalink
Add incomplete value to ThreadRun.RunStatus
Browse files Browse the repository at this point in the history
  • Loading branch information
sashirestela committed Nov 16, 2024
1 parent f4b78c1 commit ead4737
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,9 @@ public enum RunStatus {
@JsonProperty("completed")
COMPLETED,

@JsonProperty("incomplete")
INCOMPLETE,

@JsonProperty("expired")
EXPIRED;

Expand Down

0 comments on commit ead4737

Please sign in to comment.