File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed
dotnet/src/Connectors/Connectors.Google/Models/Gemini Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change 33using System . Collections . Generic ;
44using System . Linq ;
55using System . Text ;
6+ using System . Text . Json . Serialization ;
67using Microsoft . SemanticKernel . ChatCompletion ;
78using Microsoft . SemanticKernel . Connectors . Google . Core ;
89
@@ -13,6 +14,14 @@ namespace Microsoft.SemanticKernel.Connectors.Google;
1314/// </summary>
1415public sealed class GeminiChatMessageContent : ChatMessageContent
1516{
17+ /// <summary>
18+ /// Creates a new instance of the <see cref="GeminiChatMessageContent"/> class
19+ /// </summary>
20+ [ JsonConstructor ]
21+ public GeminiChatMessageContent ( )
22+ {
23+ }
24+
1625 /// <summary>
1726 /// Initializes a new instance of the <see cref="GeminiChatMessageContent"/> class.
1827 /// </summary>
You can’t perform that action at this time.
0 commit comments