Uses of Class
com.github.copilot.sdk.json.SessionStartHookOutput
Packages that use SessionStartHookOutput
Package
Description
Configuration classes and data transfer objects for the Copilot SDK.
-
Uses of SessionStartHookOutput in com.github.copilot.sdk.json
Methods in com.github.copilot.sdk.json that return SessionStartHookOutputModifier and TypeMethodDescriptionSessionStartHookOutput.setAdditionalContext(String additionalContext) Sets additional context to be added to the session.SessionStartHookOutput.setModifiedConfig(Map<String, Object> modifiedConfig) Sets modified configuration options for the session.Methods in com.github.copilot.sdk.json that return types with arguments of type SessionStartHookOutputModifier and TypeMethodDescriptionSessionStartHandler.handle(SessionStartHookInput input, HookInvocation invocation) Handles a session start event.