org.llm4s.context.ContextConfig
See theContextConfig companion object
case class ContextConfig(headroomPercent: HeadroomPercent, maxSemanticBlocks: ContextWindowSize, enableRollingSummary: Boolean, enableDeterministicCompression: Boolean, enableLLMCompression: Boolean, summaryTokenTarget: Int, enableSubjectiveEdits: Boolean)
Configuration for context management pipeline
Attributes
- Companion
- object
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass Any
Members list
In this article