Uses of Interface
com.github.copilot.sdk.json.AutoModeSwitchHandler
Packages that use AutoModeSwitchHandler
Package
Description
Configuration classes and data transfer objects for the Copilot SDK.
-
Uses of AutoModeSwitchHandler in com.github.copilot.sdk.json
Methods in com.github.copilot.sdk.json that return AutoModeSwitchHandlerModifier and TypeMethodDescriptionResumeSessionConfig.getOnAutoModeSwitch()Gets the auto-mode-switch request handler.SessionConfig.getOnAutoModeSwitch()Gets the auto-mode-switch request handler.Methods in com.github.copilot.sdk.json with parameters of type AutoModeSwitchHandlerModifier and TypeMethodDescriptionResumeSessionConfig.setOnAutoModeSwitch(AutoModeSwitchHandler onAutoModeSwitch) Sets a handler for auto-mode-switch requests from the server.SessionConfig.setOnAutoModeSwitch(AutoModeSwitchHandler onAutoModeSwitch) Sets a handler for auto-mode-switch requests from the server.