Uses of Interface
com.github.copilot.rpc.PostToolUseFailureHandler
Packages that use PostToolUseFailureHandler
Package
Description
Configuration classes and data transfer objects for the Copilot SDK.
-
Uses of PostToolUseFailureHandler in com.github.copilot.rpc
Methods in com.github.copilot.rpc that return PostToolUseFailureHandlerModifier and TypeMethodDescriptionSessionHooks.getOnPostToolUseFailure()Gets the post-tool-use-failure handler.Methods in com.github.copilot.rpc with parameters of type PostToolUseFailureHandlerModifier and TypeMethodDescriptionSessionHooks.setOnPostToolUseFailure(PostToolUseFailureHandler onPostToolUseFailure) Sets the handler called after a tool execution whose result was a failure.