SelfReflectionConfig constructor
const
SelfReflectionConfig({})
Implementation
const SelfReflectionConfig({
this.stalledProgressThreshold = 3,
this.toolLoopWindowSize = 4,
this.maxFailuresBeforeReflect = 2,
this.noToolProgressThreshold = 5,
this.maxHistorySize = 50,
this.enableLLMReflection = true,
this.minSeverityToStore = 0.3,
});