Uses of Class
com.github.copilot.rpc.PostToolUseFailureHookOutput
Packages that use PostToolUseFailureHookOutput
Package
Description
Configuration classes and data transfer objects for the Copilot SDK.
-
Uses of PostToolUseFailureHookOutput in com.github.copilot.rpc
Methods in com.github.copilot.rpc that return PostToolUseFailureHookOutputModifier and TypeMethodDescriptionPostToolUseFailureHookOutput.setAdditionalContext(String additionalContext) Sets the additional context to inject into the conversation for the language model.Methods in com.github.copilot.rpc that return types with arguments of type PostToolUseFailureHookOutputModifier and TypeMethodDescriptionPostToolUseFailureHandler.handle(PostToolUseFailureHookInput input, HookInvocation invocation) Handles a post-tool-use-failure hook invocation.