Skip to content

Commit f46b3d5

Browse files
Remove implementation details from CopilotRpcException docs
Co-authored-by: SteveSandersonMS <1101362+SteveSandersonMS@users.noreply.github.com>
1 parent 81d8dec commit f46b3d5

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

dotnet/src/Types.cs

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,8 @@
1111
namespace GitHub.Copilot.SDK;
1212

1313
/// <summary>
14-
/// Exception thrown when a JSON-RPC communication error occurs with the Copilot CLI.
14+
/// Exception thrown when a communication error occurs with the Copilot CLI.
1515
/// </summary>
16-
/// <remarks>
17-
/// This exception wraps underlying communication errors to provide a stable API surface
18-
/// that doesn't expose implementation details of the JSON-RPC protocol.
19-
/// </remarks>
2016
public class CopilotRpcException : IOException
2117
{
2218
/// <summary>

0 commit comments

Comments
 (0)