You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the file src/Custom/Chat/ChatMessageContentPart.cs, there is a spelling error in a comment at line 156.
The comment states: “Implicitly intantiates a new from a . As such,”
where “intantiates” should be corrected to "instantiates".
Steps to reproduce
Open the file src/Custom/Chat/ChatMessageContentPart.cs.
Locate the comment at line 156.
Code snippets
/// <summary>/// Implicitly intantiates a new <see cref="ChatMessageContentPart"/> from a <see cref="string"/>. As such,/// using a <see cref="string"/> in place of a <see cref="ChatMessageContentPart"/> is equivalent to calling the/// <see cref="CreateTextPart(string)"/> method./// </summary>/// <param name="text"> The text encapsulated by this <see cref="ChatMessageContentPart"/>. </param>publicstaticimplicitoperator ChatMessageContentPart(stringtext)=>CreateTextPart(text);
OS
None
.NET version
.NET 8
Library version
2.0.0
The text was updated successfully, but these errors were encountered:
Service
OpenAI
Describe the bug
In the file
src/Custom/Chat/ChatMessageContentPart.cs
, there is a spelling error in a comment at line 156.The comment states: “Implicitly intantiates a new from a . As such,”
where “intantiates” should be corrected to "instantiates".
Steps to reproduce
src/Custom/Chat/ChatMessageContentPart.cs
.Code snippets
OS
None
.NET version
.NET 8
Library version
2.0.0
The text was updated successfully, but these errors were encountered: