Uses of Enum Class
com.github.copilot.generated.rpc.ContextTier
Packages that use ContextTier
Package
Description
Auto-generated RPC parameter and result types for the GitHub Copilot SDK.
-
Uses of ContextTier in com.github.copilot.generated.rpc
Subclasses with type arguments of type ContextTier in com.github.copilot.generated.rpcModifier and TypeClassDescriptionenumContext tier for models that support multiple context-window sizes.Methods in com.github.copilot.generated.rpc that return ContextTierModifier and TypeMethodDescriptionSessionModelGetCurrentResult.contextTier()Returns the value of thecontextTierrecord component.SessionModelSwitchToParams.contextTier()Returns the value of thecontextTierrecord component.static ContextTierstatic ContextTierReturns the enum constant of this class with the specified name.static ContextTier[]ContextTier.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 ContextTierModifierConstructorDescriptionSessionModelGetCurrentResult(String modelId, String reasoningEffort, ContextTier contextTier) Creates an instance of aSessionModelGetCurrentResultrecord class.SessionModelSwitchToParams(String sessionId, String modelId, String reasoningEffort, ReasoningSummary reasoningSummary, Verbosity verbosity, ModelCapabilitiesOverride modelCapabilities, ContextTier contextTier) Creates an instance of aSessionModelSwitchToParamsrecord class.