Skip to content

Commit

Permalink
Fix XML comment (dotnet#5790)
Browse files Browse the repository at this point in the history
  • Loading branch information
gewarren authored Jan 13, 2025
1 parent fe84db3 commit dedb0bc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ public ChatFinishReason(string value)
/// <summary>Gets a <see cref="ChatFinishReason"/> representing the model filtering content, whether for safety, prohibited content, sensitive content, or other such issues.</summary>
public static ChatFinishReason ContentFilter { get; } = new("content_filter");

/// <summary>Provides a <see cref="JsonConverter{ChatFinishReason}"/> for serializing <see cref="ChatRole"/> instances.</summary>
/// <summary>Provides a <see cref="JsonConverter{ChatFinishReason}"/> for serializing <see cref="ChatFinishReason"/> instances.</summary>
[EditorBrowsable(EditorBrowsableState.Never)]
public sealed class Converter : JsonConverter<ChatFinishReason>
{
Expand Down

0 comments on commit dedb0bc

Please sign in to comment.