Uses of Class
com.github.copilot.sdk.json.SessionEndHookInput
Packages that use SessionEndHookInput
Package
Description
Configuration classes and data transfer objects for the Copilot SDK.
-
Uses of SessionEndHookInput in com.github.copilot.sdk.json
Methods in com.github.copilot.sdk.json that return SessionEndHookInputModifier and TypeMethodDescriptionSets the current working directory.Sets the error message.SessionEndHookInput.setFinalMessage(String finalMessage) Sets the final message.Sets the reason for session end.SessionEndHookInput.setTimestamp(long timestamp) Sets the timestamp when the session ended.Methods in com.github.copilot.sdk.json with parameters of type SessionEndHookInputModifier and TypeMethodDescriptionSessionEndHandler.handle(SessionEndHookInput input, HookInvocation invocation) Handles a session end event.