Uses of Enum Class
com.github.copilot.generated.rpc.AdaptiveThinkingSupport
Packages that use AdaptiveThinkingSupport
Package
Description
Auto-generated RPC parameter and result types for the GitHub Copilot SDK.
-
Uses of AdaptiveThinkingSupport in com.github.copilot.generated.rpc
Subclasses with type arguments of type AdaptiveThinkingSupport in com.github.copilot.generated.rpcModifier and TypeClassDescriptionenumResolved Anthropic adaptive-thinking capability for a model.Methods in com.github.copilot.generated.rpc that return AdaptiveThinkingSupportModifier and TypeMethodDescriptionModelCapabilitiesOverrideSupports.adaptiveThinking()Returns the value of theadaptiveThinkingrecord component.ModelCapabilitiesSupports.adaptiveThinking()Returns the value of theadaptiveThinkingrecord component.static AdaptiveThinkingSupportstatic AdaptiveThinkingSupportReturns the enum constant of this class with the specified name.static AdaptiveThinkingSupport[]AdaptiveThinkingSupport.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 AdaptiveThinkingSupportModifierConstructorDescriptionModelCapabilitiesOverrideSupports(Boolean vision, Boolean reasoningEffort, AdaptiveThinkingSupport adaptiveThinking) Creates an instance of aModelCapabilitiesOverrideSupportsrecord class.ModelCapabilitiesSupports(Boolean vision, Boolean reasoningEffort, AdaptiveThinkingSupport adaptiveThinking) Creates an instance of aModelCapabilitiesSupportsrecord class.