Uses of Class
com.github.copilot.sdk.json.UserPromptSubmittedHookInput
Packages that use UserPromptSubmittedHookInput
Package
Description
Configuration classes and data transfer objects for the Copilot SDK.
-
Uses of UserPromptSubmittedHookInput in com.github.copilot.sdk.json
Methods in com.github.copilot.sdk.json that return UserPromptSubmittedHookInputModifier and TypeMethodDescriptionSets the current working directory.Sets the user's prompt.UserPromptSubmittedHookInput.setTimestamp(long timestamp) Sets the timestamp when the prompt was submitted.Methods in com.github.copilot.sdk.json with parameters of type UserPromptSubmittedHookInputModifier and TypeMethodDescriptionUserPromptSubmittedHandler.handle(UserPromptSubmittedHookInput input, HookInvocation invocation) Handles a user prompt submission event.