Skip to content

Commit a0a465e

Browse files
stephentoubCopilot
andauthored
Apply suggestion from @Copilot
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent b658209 commit a0a465e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dotnet/src/Types.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ namespace GitHub.Copilot.SDK;
1212
/// <summary>
1313
/// Represents the connection state of the Copilot client.
1414
/// </summary>
15-
[JsonConverter(typeof(JsonStringEnumConverter<SystemMessageMode>))]
15+
[JsonConverter(typeof(JsonStringEnumConverter<ConnectionState>))]
1616
public enum ConnectionState
1717
{
1818
/// <summary>The client is not connected to the server.</summary>

0 commit comments

Comments
 (0)