Skip to content

Commit

Permalink
Merge pull request #548 from pappde/feature/RunStatusIncomplete
Browse files Browse the repository at this point in the history
RunRetrieve - add RunStatus.Incomplete
  • Loading branch information
kayhantolga authored May 5, 2024
2 parents d5def43 + de66d2c commit 92f1745
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions OpenAI.SDK/ObjectModels/StaticValueHelper.cs
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,7 @@ public static class RunStatus
public static string Failed => "failed";
public static string Completed => "completed";
public static string Expired => "expired";
public static string Incomplete => "incomplete";
}

public static class RequiredActionTypes
Expand Down

0 comments on commit 92f1745

Please sign in to comment.