Uses of Class
com.github.copilot.sdk.json.ExitPlanModeRequest
Packages that use ExitPlanModeRequest
Package
Description
Configuration classes and data transfer objects for the Copilot SDK.
-
Uses of ExitPlanModeRequest in com.github.copilot.sdk.json
Methods in com.github.copilot.sdk.json that return ExitPlanModeRequestModifier and TypeMethodDescriptionExitPlanModeRequest.setActions(List<String> actions) Sets the available actions the user can select.ExitPlanModeRequest.setPlanContent(String planContent) Sets the full plan content.ExitPlanModeRequest.setRecommendedAction(String recommendedAction) Sets the action recommended by the runtime.ExitPlanModeRequest.setSummary(String summary) Sets the summary of the plan or proposed next step.Methods in com.github.copilot.sdk.json with parameters of type ExitPlanModeRequestModifier and TypeMethodDescriptionExitPlanModeHandler.handle(ExitPlanModeRequest request, ExitPlanModeInvocation invocation) Handles an exit-plan-mode request from the agent.