Uses of Class
com.github.copilot.rpc.CapiSessionOptions
Packages that use CapiSessionOptions
Package
Description
Configuration classes and data transfer objects for the Copilot SDK.
-
Uses of CapiSessionOptions in com.github.copilot.rpc
Methods in com.github.copilot.rpc that return CapiSessionOptionsModifier and TypeMethodDescriptionCreateSessionRequest.getCapi()Gets the CAPI session options.ResumeSessionConfig.getCapi()Gets the CAPI provider-scoped session options.ResumeSessionRequest.getCapi()Gets the CAPI session options.SessionConfig.getCapi()Gets the CAPI provider-scoped session options.CapiSessionOptions.setEnableWebSocketResponses(Boolean enableWebSocketResponses) Sets whether to use CAPI Responses API WebSocket transport.Methods in com.github.copilot.rpc with parameters of type CapiSessionOptionsModifier and TypeMethodDescriptionvoidCreateSessionRequest.setCapi(CapiSessionOptions capi) Sets the CAPI session options.ResumeSessionConfig.setCapi(CapiSessionOptions capi) Sets CAPI provider-scoped session options.voidResumeSessionRequest.setCapi(CapiSessionOptions capi) Sets the CAPI session options.SessionConfig.setCapi(CapiSessionOptions capi) Sets CAPI provider-scoped session options.