fix: correct nullability
This commit is contained in:
@@ -50,7 +50,7 @@ public class MessageDelta
|
|||||||
/// Gets the stop sequence.
|
/// Gets the stop sequence.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
[JsonPropertyName("stop_sequence")]
|
[JsonPropertyName("stop_sequence")]
|
||||||
public string StopSequence { get; init; } = string.Empty;
|
public string? StopSequence { get; init; }
|
||||||
|
|
||||||
[JsonConstructor]
|
[JsonConstructor]
|
||||||
internal MessageDelta()
|
internal MessageDelta()
|
||||||
|
|||||||
Reference in New Issue
Block a user