Skip to content

Commit 449610d

Browse files
committed
Update ModelContent.cs
1 parent 938d445 commit 449610d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

vertexai/src/ModelContent.cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -225,6 +225,9 @@ Dictionary<string, object> Part.ToJson() {
225225

226226
#endregion
227227

228+
/// <summary>
229+
/// Intended for internal use only.
230+
/// </summary>
228231
internal Dictionary<string, object> ToJson() {
229232
return new Dictionary<string, object>() {
230233
["role"] = Role,

0 commit comments

Comments
 (0)