We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b658209 commit a0a465eCopy full SHA for a0a465e
dotnet/src/Types.cs
@@ -12,7 +12,7 @@ namespace GitHub.Copilot.SDK;
12
/// <summary>
13
/// Represents the connection state of the Copilot client.
14
/// </summary>
15
-[JsonConverter(typeof(JsonStringEnumConverter<SystemMessageMode>))]
+[JsonConverter(typeof(JsonStringEnumConverter<ConnectionState>))]
16
public enum ConnectionState
17
{
18
/// <summary>The client is not connected to the server.</summary>
0 commit comments