Uses of Interface
com.github.copilot.sdk.json.PostToolUseHandler
Packages that use PostToolUseHandler
Package
Description
Configuration classes and data transfer objects for the Copilot SDK.
-
Uses of PostToolUseHandler in com.github.copilot.sdk.json
Methods in com.github.copilot.sdk.json that return PostToolUseHandlerModifier and TypeMethodDescriptionSessionHooks.getOnPostToolUse()Gets the post-tool-use handler.Methods in com.github.copilot.sdk.json with parameters of type PostToolUseHandlerModifier and TypeMethodDescriptionSessionHooks.setOnPostToolUse(PostToolUseHandler onPostToolUse) Sets the handler called after a tool has been executed.