Formatting

This commit is contained in:
Thorsten Sommer 2025-09-02 10:17:55 +02:00
parent 02ae4e3fe2
commit ddc5a1cc87
Signed by: tsommer
GPG Key ID: 371BBA77A02C0108

View File

@ -13,7 +13,6 @@ public record ChatCompletionResponseStreamLine(string Id, string Object, uint Cr
{
public ChatCompletionResponseStreamLine() : this(string.Empty, string.Empty, 0, string.Empty, string.Empty, [])
{
}
/// <inheritdoc />