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