Uses of Enum Class
com.github.copilot.generated.rpc.SessionHistoryCompactParams.SessionHistoryCompactParamsTrigger
Packages that use SessionHistoryCompactParams.SessionHistoryCompactParamsTrigger
Package
Description
Auto-generated RPC parameter and result types for the GitHub Copilot SDK.
-
Uses of SessionHistoryCompactParams.SessionHistoryCompactParamsTrigger in com.github.copilot.generated.rpc
Subclasses with type arguments of type SessionHistoryCompactParams.SessionHistoryCompactParamsTrigger in com.github.copilot.generated.rpcModifier and TypeClassDescriptionstatic enumWhat initiated this compaction request, recorded as the `trigger` on the persisted `session.compaction_start` / `session.compaction_complete` events.Methods in com.github.copilot.generated.rpc that return SessionHistoryCompactParams.SessionHistoryCompactParamsTriggerModifier and TypeMethodDescriptionSessionHistoryCompactParams.trigger()Returns the value of thetriggerrecord component.Returns the enum constant of this class with the specified name.SessionHistoryCompactParams.SessionHistoryCompactParamsTrigger.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.github.copilot.generated.rpc with parameters of type SessionHistoryCompactParams.SessionHistoryCompactParamsTriggerModifierConstructorDescriptionSessionHistoryCompactParams(String sessionId, String customInstructions, SessionHistoryCompactParams.SessionHistoryCompactParamsTrigger trigger, Long tokenLimit) Creates an instance of aSessionHistoryCompactParamsrecord class.