Skip to content

Commit

Permalink
rename
Browse files Browse the repository at this point in the history
  • Loading branch information
StephenHodgson committed May 20, 2024
1 parent 904dedb commit 9adc025
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion OpenAI-DotNet/Common/ResponseFormatObject.cs
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ public sealed class ResponseFormatObject

public static implicit operator ResponseFormatObject(ResponseFormat type) => new(type);

public static implicit operator ResponseFormat(ResponseFormatObject type) => type.Type;
public static implicit operator ResponseFormat(ResponseFormatObject format) => format.Type;
}
}

0 comments on commit 9adc025

Please sign in to comment.