Uses of Interface
com.github.copilot.sdk.json.ExitPlanModeHandler
Packages that use ExitPlanModeHandler
Package
Description
Configuration classes and data transfer objects for the Copilot SDK.
-
Uses of ExitPlanModeHandler in com.github.copilot.sdk.json
Methods in com.github.copilot.sdk.json that return ExitPlanModeHandlerModifier and TypeMethodDescriptionResumeSessionConfig.getOnExitPlanMode()Gets the exit-plan-mode request handler.SessionConfig.getOnExitPlanMode()Gets the exit-plan-mode request handler.Methods in com.github.copilot.sdk.json with parameters of type ExitPlanModeHandlerModifier and TypeMethodDescriptionResumeSessionConfig.setOnExitPlanMode(ExitPlanModeHandler onExitPlanMode) Sets a handler for exit-plan-mode requests from the server.SessionConfig.setOnExitPlanMode(ExitPlanModeHandler onExitPlanMode) Sets a handler for exit-plan-mode requests from the server.