Uses of Class
com.github.copilot.sdk.json.SessionStartHookInput
Packages that use SessionStartHookInput
Package
Description
Configuration classes and data transfer objects for the Copilot SDK.
-
Uses of SessionStartHookInput in com.github.copilot.sdk.json
Methods in com.github.copilot.sdk.json that return SessionStartHookInputModifier and TypeMethodDescriptionSets the current working directory.SessionStartHookInput.setInitialPrompt(String initialPrompt) Sets the initial prompt.Sets the source of the session start.SessionStartHookInput.setTimestamp(long timestamp) Sets the timestamp when the session started.Methods in com.github.copilot.sdk.json with parameters of type SessionStartHookInputModifier and TypeMethodDescriptionSessionStartHandler.handle(SessionStartHookInput input, HookInvocation invocation) Handles a session start event.