Uses of Class
com.github.copilot.sdk.json.ExitPlanModeResult
Packages that use ExitPlanModeResult
Package
Description
Configuration classes and data transfer objects for the Copilot SDK.
-
Uses of ExitPlanModeResult in com.github.copilot.sdk.json
Methods in com.github.copilot.sdk.json that return ExitPlanModeResultModifier and TypeMethodDescriptionExitPlanModeResult.setApproved(boolean approved) Sets whether the user approved exiting plan mode.ExitPlanModeResult.setFeedback(String feedback) Sets feedback from the user.ExitPlanModeResult.setSelectedAction(String selectedAction) Sets the selected action.Methods in com.github.copilot.sdk.json that return types with arguments of type ExitPlanModeResultModifier and TypeMethodDescriptionExitPlanModeHandler.handle(ExitPlanModeRequest request, ExitPlanModeInvocation invocation) Handles an exit-plan-mode request from the agent.