Function: isFlashbulbMemory()
isFlashbulbMemory(
emotionalIntensity,threshold?):boolean
Defined in: packages/agentos/src/memory/encoding/EncodingModel.ts:126
Determine whether this memory qualifies as a flashbulb memory. Flashbulb criteria: emotional intensity > threshold.
Parameters
emotionalIntensity
number
threshold?
number = DEFAULT_ENCODING_CONFIG.flashbulbThreshold
Returns
boolean