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