Uses of Package
com.github.copilot.sdk.events
Packages that use com.github.copilot.sdk.events
Package
Description
Core classes for the GitHub Copilot SDK for Java.
Event types emitted during Copilot session processing.
Configuration classes and data transfer objects for the Copilot SDK.
-
Classes in com.github.copilot.sdk.events used by com.github.copilot.sdkClassDescriptionBase class for all session events in the Copilot SDK.Event representing a complete message from the assistant.
-
Classes in com.github.copilot.sdk.events used by com.github.copilot.sdk.eventsClassDescriptionBase class for all session events in the Copilot SDK.Contains the assistant message content and metadata.Represents a request from the assistant to invoke a tool.Copilot usage details including token cost information.Token details for a specific token type.Token usage information for the compaction operation.Code changes made during the session.Data for the session shutdown event.Type of session shutdown.Data for the skill invoked event.
-
Classes in com.github.copilot.sdk.events used by com.github.copilot.sdk.json