Uses of Enum Class
com.github.copilot.generated.rpc.ReasoningSummary
Packages that use ReasoningSummary
-
Uses of ReasoningSummary in com.github.copilot.generated.rpc
Methods in com.github.copilot.generated.rpc that return ReasoningSummaryModifier and TypeMethodDescriptionstatic ReasoningSummarySessionModelSwitchToParams.reasoningSummary()Returns the value of thereasoningSummaryrecord component.static ReasoningSummaryReturns the enum constant of this class with the specified name.static ReasoningSummary[]ReasoningSummary.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 ReasoningSummaryModifierConstructorDescriptionSessionModelSwitchToParams(String sessionId, String modelId, String reasoningEffort, ReasoningSummary reasoningSummary, ModelCapabilitiesOverride modelCapabilities) Creates an instance of aSessionModelSwitchToParamsrecord class.