QueryEngineConfig constructor

const QueryEngineConfig({
  1. int maxTurns = 25,
  2. int contextWindow = 200000,
  3. bool enableCompaction = true,
  4. bool enableMicrocompact = true,
  5. bool enableSessionMemory = true,
})

Implementation

const QueryEngineConfig({
  this.maxTurns = 25,
  this.contextWindow = 200000,
  this.enableCompaction = true,
  this.enableMicrocompact = true,
  this.enableSessionMemory = true,
});