An Observation-Thought-Action cycle record.
Summary
Types
@type t() :: %Cortexa.Models.OTARecord{ action: String.t(), observation: String.t(), step: non_neg_integer(), thought: String.t(), timestamp: String.t() }
An Observation-Thought-Action cycle record.
@type t() :: %Cortexa.Models.OTARecord{ action: String.t(), observation: String.t(), step: non_neg_integer(), thought: String.t(), timestamp: String.t() }