Individual memory item with decay properties.
Summary
Types
@type t() :: %Jido.Character.Schema.MemoryEntry{ category: nil | nil | binary(), content: binary(), decay_rate: float(), importance: float(), timestamp: nil | nil | DateTime.t() }
Individual memory item with decay properties.
@type t() :: %Jido.Character.Schema.MemoryEntry{ category: nil | nil | binary(), content: binary(), decay_rate: float(), importance: float(), timestamp: nil | nil | DateTime.t() }