Uses of Enum Class
com.github.copilot.sdk.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.sdk
Methods in com.github.copilot.sdk 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.sdk.json
Methods in com.github.copilot.sdk.json that return SystemMessageModeMethods in com.github.copilot.sdk.json with parameters of type SystemMessageModeModifier and TypeMethodDescriptionSystemMessageConfig.setMode(SystemMessageMode mode) Sets the system message mode.