Uses of Class
com.github.copilot.rpc.AgentStopHookInput
Packages that use AgentStopHookInput
Package
Description
Configuration classes and data transfer objects for the Copilot SDK.
-
Uses of AgentStopHookInput in com.github.copilot.rpc
Methods in com.github.copilot.rpc that return AgentStopHookInputModifier and TypeMethodDescriptionSets the current working directory.AgentStopHookInput.setSessionId(String sessionId) Sets the runtime session ID of the session that triggered the hook.AgentStopHookInput.setStopHookActive(Boolean stopHookActive) Sets whether this stop follows a previous block decision.AgentStopHookInput.setStopReason(String stopReason) Sets the reason the agent stopped.AgentStopHookInput.setTimestamp(long timestamp) Sets the timestamp of the hook invocation.AgentStopHookInput.setTranscriptPath(String transcriptPath) Sets the path to the on-disk session transcript.Methods in com.github.copilot.rpc with parameters of type AgentStopHookInputModifier and TypeMethodDescriptionAgentStopHandler.handle(AgentStopHookInput input, HookInvocation invocation) Handles an agent-stop hook invocation.