Uses of Class
com.github.copilot.rpc.AgentStopHookOutput
Packages that use AgentStopHookOutput
Package
Description
Configuration classes and data transfer objects for the Copilot SDK.
-
Uses of AgentStopHookOutput in com.github.copilot.rpc
Methods in com.github.copilot.rpc that return AgentStopHookOutputModifier and TypeMethodDescriptionAgentStopHookOutput.setDecision(String decision) Sets the stop decision.Sets the follow-up instruction supplied when the stop is blocked.Methods in com.github.copilot.rpc that return types with arguments of type AgentStopHookOutputModifier and TypeMethodDescriptionAgentStopHandler.handle(AgentStopHookInput input, HookInvocation invocation) Handles an agent-stop hook invocation.