Uses of Enum Class
com.github.copilot.SystemMessageMode
Packages that use SystemMessageMode
Package
Description
Core classes for the GitHub Copilot SDK for Java.
Configuration classes and data transfer objects for the Copilot SDK.
-
Uses of SystemMessageMode in com.github.copilot
Methods in com.github.copilot that return SystemMessageModeModifier and TypeMethodDescriptionstatic SystemMessageModeReturns the enum constant of this class with the specified name.static SystemMessageMode[]SystemMessageMode.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of SystemMessageMode in com.github.copilot.rpc
Methods in com.github.copilot.rpc that return SystemMessageModeMethods in com.github.copilot.rpc with parameters of type SystemMessageModeModifier and TypeMethodDescriptionSystemMessageConfig.setMode(SystemMessageMode mode) Sets the system message mode.