Uses of Enum Class
com.github.copilot.sdk.SystemMessageMode
Packages that use SystemMessageMode
-
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.