Uses of Class
com.github.copilot.rpc.MemoryConfiguration
Packages that use MemoryConfiguration
Package
Description
Configuration classes and data transfer objects for the Copilot SDK.
-
Uses of MemoryConfiguration in com.github.copilot.rpc
Methods in com.github.copilot.rpc that return MemoryConfigurationModifier and TypeMethodDescriptionCreateSessionRequest.getMemory()Gets memory config.ResumeSessionConfig.getMemory()Gets the configuration for session memory.ResumeSessionRequest.getMemory()Gets memory config.SessionConfig.getMemory()Gets the configuration for session memory.MemoryConfiguration.setEnabled(boolean enabled) Sets whether memory is enabled for the session.Methods in com.github.copilot.rpc with parameters of type MemoryConfigurationModifier and TypeMethodDescriptionvoidCreateSessionRequest.setMemory(MemoryConfiguration memory) Sets memory config.ResumeSessionConfig.setMemory(MemoryConfiguration memory) Sets the configuration for session memory.voidResumeSessionRequest.setMemory(MemoryConfiguration memory) Sets memory config.SessionConfig.setMemory(MemoryConfiguration memory) Sets the configuration for session memory.