Uses of Package
com.github.copilot
Packages that use com.github.copilot
Package
Description
Core classes for the GitHub Copilot SDK for Java.
Auto-generated RPC parameter and result types for the GitHub Copilot SDK.
Configuration classes and data transfer objects for the Copilot SDK.
-
Classes in com.github.copilot used by com.github.copilotClassDescriptionRepresents the connection state of a
CopilotClient.The per-request context handed to everyCopilotRequestHandlerhook.The transport the runtime would otherwise use to issue an intercepted model-layer request.Represents a single conversation session with the Copilot CLI.The terminal status for a callback-owned WebSocket connection.A per-connection WebSocket handler returned byCopilotRequestHandler.openWebSocket(CopilotRequestContext).A single WebSocket message exchanged through aCopilotWebSocketHandlerhook.A handler for errors thrown by event handlers during event dispatch.Controls how event dispatch behaves when an event handler throws an exception.Provides the SDK protocol version.Specifies how the system message should be applied to a session. -
Classes in com.github.copilot used by com.github.copilot.generated.rpc
-
Classes in com.github.copilot used by com.github.copilot.rpcClassDescriptionMarks a type or method as experimental.The base class for SDK consumers who want to observe or replace the LLM inference requests the runtime issues (for both CAPI and BYOK providers).Specifies how the system message should be applied to a session.
-
Classes in com.github.copilot used by com.github.copilot.tool