From 6fd916a06c020f5c585ed82c7f7226497b0a8ae0 Mon Sep 17 00:00:00 2001 From: Mike Gromer <385630+gromer@users.noreply.github.com> Date: Fri, 10 Jan 2025 12:23:57 -0700 Subject: [PATCH] Update ChatMessageContentPart.cs Fixed misspelling of instantiates. --- src/Custom/Chat/ChatMessageContentPart.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Custom/Chat/ChatMessageContentPart.cs b/src/Custom/Chat/ChatMessageContentPart.cs index 59f12081..8713ad63 100644 --- a/src/Custom/Chat/ChatMessageContentPart.cs +++ b/src/Custom/Chat/ChatMessageContentPart.cs @@ -153,7 +153,7 @@ public static ChatMessageContentPart CreateRefusalPart(string refusal) } /// - /// Implicitly intantiates a new from a . As such, + /// Implicitly instantiates a new from a . As such, /// using a in place of a is equivalent to calling the /// method. ///