We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Typo
The Definition paragraphs refers to serializing an instance of ChatRole instead of the correct ChatFinishReason instance.
ChatRole
ChatFinishReason
Provides a JsonConverter for serializing ChatRole instances.
The correct link would be ChatFinishReason
https://learn.microsoft.com/en-us/dotnet/api/microsoft.extensions.ai.chatfinishreason.converter?view=net-9.0-pp&viewFallbackFrom=net-8.0
https://github.com/dotnet/dotnet-api-docs/blob/main/xml/Microsoft.Extensions.AI/ChatFinishReason+Converter.xml
078479b9-7058-bea0-a686-53a9281774b5
@dotnet-bot
The text was updated successfully, but these errors were encountered:
I couldn't figure out the best area label to add to this issue. If you have write-permissions please help me learn by adding exactly one area label.
Sorry, something went wrong.
Fix XML comment
779cd7c
Fixes dotnet/dotnet-api-docs#10825
stephentoub/extensions@dedb0bc
gewarren
Successfully merging a pull request may close this issue.
Type of issue
Typo
Description
The Definition paragraphs refers to serializing an instance of
ChatRole
instead of the correctChatFinishReason
instance.The correct link would be ChatFinishReason
Page URL
https://learn.microsoft.com/en-us/dotnet/api/microsoft.extensions.ai.chatfinishreason.converter?view=net-9.0-pp&viewFallbackFrom=net-8.0
Content source URL
https://github.com/dotnet/dotnet-api-docs/blob/main/xml/Microsoft.Extensions.AI/ChatFinishReason+Converter.xml
Document Version Independent Id
078479b9-7058-bea0-a686-53a9281774b5
Article author
@dotnet-bot
The text was updated successfully, but these errors were encountered: