Skip to content

Commit

Permalink
remove duplicate type
Browse files Browse the repository at this point in the history
  • Loading branch information
StephenHodgson committed Nov 17, 2023
1 parent 7f05376 commit bb19571
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 20 deletions.
4 changes: 2 additions & 2 deletions OpenAI-DotNet/Threads/RunStep.cs
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,8 @@ public sealed class RunStep : BaseResponse
/// </summary>
[JsonInclude]
[JsonPropertyName("status")]
[JsonConverter(typeof(JsonStringEnumConverter<RunStepStatus>))]
public RunStepStatus Status { get; private set; }
[JsonConverter(typeof(JsonStringEnumConverter<RunStatus>))]
public RunStatus Status { get; private set; }

/// <summary>
/// The details of the run step.
Expand Down
18 changes: 0 additions & 18 deletions OpenAI-DotNet/Threads/RunStepStatus.cs

This file was deleted.

0 comments on commit bb19571

Please sign in to comment.