Uses of Class
com.github.copilot.rpc.PostToolUseFailureHookInput
Packages that use PostToolUseFailureHookInput
Package
Description
Configuration classes and data transfer objects for the Copilot SDK.
-
Uses of PostToolUseFailureHookInput in com.github.copilot.rpc
Methods in com.github.copilot.rpc that return PostToolUseFailureHookInputModifier and TypeMethodDescriptionSets the current working directory.Sets the failure message extracted from the tool's result.PostToolUseFailureHookInput.setSessionId(String sessionId) Sets the runtime session ID of the session that triggered the hook.PostToolUseFailureHookInput.setTimestamp(long timestamp) Sets the timestamp of the hook invocation.PostToolUseFailureHookInput.setToolArgs(com.fasterxml.jackson.databind.JsonNode toolArgs) Sets the arguments passed to the tool.PostToolUseFailureHookInput.setToolName(String toolName) Sets the name of the tool that failed.Methods in com.github.copilot.rpc with parameters of type PostToolUseFailureHookInputModifier and TypeMethodDescriptionPostToolUseFailureHandler.handle(PostToolUseFailureHookInput input, HookInvocation invocation) Handles a post-tool-use-failure hook invocation.