Uses of Class
com.github.copilot.sdk.json.InfiniteSessionConfig
Packages that use InfiniteSessionConfig
-
Uses of InfiniteSessionConfig in com.github.copilot.sdk.json
Methods in com.github.copilot.sdk.json that return InfiniteSessionConfigModifier and TypeMethodDescriptionCreateSessionRequest.getInfiniteSessions()Gets infinite sessions config.SessionConfig.getInfiniteSessions()Gets the infinite sessions configuration.InfiniteSessionConfig.setBackgroundCompactionThreshold(Double backgroundCompactionThreshold) Sets the context utilization threshold at which background compaction starts.InfiniteSessionConfig.setBufferExhaustionThreshold(Double bufferExhaustionThreshold) Sets the context utilization threshold at which the session blocks until compaction completes.InfiniteSessionConfig.setEnabled(Boolean enabled) Sets whether infinite sessions are enabled.Methods in com.github.copilot.sdk.json with parameters of type InfiniteSessionConfigModifier and TypeMethodDescriptionvoidCreateSessionRequest.setInfiniteSessions(InfiniteSessionConfig infiniteSessions) Sets infinite sessions config.SessionConfig.setInfiniteSessions(InfiniteSessionConfig infiniteSessions) Sets the infinite session configuration for persistent workspaces and automatic compaction.