File tree Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -106,4 +106,5 @@ internal static class Application
106
106
public const string Adapters = "adapters" ;
107
107
public const string Files = "files" ;
108
108
public const string From = "from" ;
109
+ public const string Capabilities = "capabilities" ;
109
110
}
Original file line number Diff line number Diff line change @@ -69,6 +69,12 @@ public class ShowModelResponse
69
69
/// </summary>
70
70
[ JsonPropertyName ( Application . Projector ) ]
71
71
public ProjectorInfo ? Projector { get ; set ; } = null ! ;
72
+
73
+ /// <summary>
74
+ /// Gets or sets model capabilities such as completion and vision.
75
+ /// </summary>
76
+ [ JsonPropertyName ( Application . Capabilities ) ]
77
+ public string [ ] ? Capabilities { get ; set ; } = null ! ;
72
78
}
73
79
74
80
/// <summary>
You can’t perform that action at this time.
0 commit comments