We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d17913 commit b0a487cCopy full SHA for b0a487c
src/Custom/Chat/ChatMessageContentPart.cs
@@ -185,7 +185,7 @@ public static ChatMessageContentPart CreateInputAudioPart(BinaryData inputAudioB
185
}
186
187
/// <summary>
188
- /// Implicitly intantiates a new <see cref="ChatMessageContentPart"/> from a <see cref="string"/>. As such,
+ /// Implicitly instantiates a new <see cref="ChatMessageContentPart"/> from a <see cref="string"/>. As such,
189
/// using a <see cref="string"/> in place of a <see cref="ChatMessageContentPart"/> is equivalent to calling the
190
/// <see cref="CreateTextPart(string)"/> method.
191
/// </summary>
0 commit comments