SessionMemoryConfig constructor

const SessionMemoryConfig({
  1. int initThresholdTokens = 10000,
  2. int updateThresholdTokens = 5000,
  3. int toolCallThreshold = 3,
  4. int maxSectionTokens = 2000,
  5. int maxTotalTokens = 12000,
})

Implementation

const SessionMemoryConfig({
  this.initThresholdTokens = 10000,
  this.updateThresholdTokens = 5000,
  this.toolCallThreshold = 3,
  this.maxSectionTokens = 2000,
  this.maxTotalTokens = 12000,
});