Uses of Enum Class
com.github.copilot.sdk.json.AutoModeSwitchResponse
Packages that use AutoModeSwitchResponse
Package
Description
Configuration classes and data transfer objects for the Copilot SDK.
-
Uses of AutoModeSwitchResponse in com.github.copilot.sdk.json
Methods in com.github.copilot.sdk.json that return AutoModeSwitchResponseModifier and TypeMethodDescriptionstatic AutoModeSwitchResponseReturns the enum constant of this class with the specified name.static AutoModeSwitchResponse[]AutoModeSwitchResponse.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.github.copilot.sdk.json that return types with arguments of type AutoModeSwitchResponseModifier and TypeMethodDescriptionAutoModeSwitchHandler.handle(AutoModeSwitchRequest request, AutoModeSwitchInvocation invocation) Handles an auto-mode-switch request from the agent.