Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
StephenHodgson committed Nov 15, 2024
1 parent 67d33e3 commit 7ba4f70
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions OpenAI-DotNet/Chat/ChatRequest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -331,6 +331,7 @@ public ChatRequest(
/// Required when audio output is requested with modalities: ["audio"].
/// </summary>
[JsonPropertyName("audio")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
public AudioConfig AudioConfig { get; }

/// <summary>
Expand Down

0 comments on commit 7ba4f70

Please sign in to comment.