Uses of Class
com.github.copilot.sdk.json.PreToolUseHookOutput
Packages that use PreToolUseHookOutput
Package
Description
Configuration classes and data transfer objects for the Copilot SDK.
-
Uses of PreToolUseHookOutput in com.github.copilot.sdk.json
Methods in com.github.copilot.sdk.json that return PreToolUseHookOutputModifier and TypeMethodDescriptionPreToolUseHookOutput.setAdditionalContext(String additionalContext) Sets additional context to provide to the model.PreToolUseHookOutput.setModifiedArgs(com.fasterxml.jackson.databind.JsonNode modifiedArgs) Sets the modified tool arguments.PreToolUseHookOutput.setPermissionDecision(String permissionDecision) Sets the permission decision.PreToolUseHookOutput.setPermissionDecisionReason(String permissionDecisionReason) Sets the reason for the permission decision.PreToolUseHookOutput.setSuppressOutput(Boolean suppressOutput) Sets whether to suppress output.Methods in com.github.copilot.sdk.json that return types with arguments of type PreToolUseHookOutputModifier and TypeMethodDescriptionPreToolUseHandler.handle(PreToolUseHookInput input, HookInvocation invocation) Handles a pre-tool-use hook invocation.