Cortexa.Models.OTARecord (cortexa v0.1.1)

Copy Markdown View Source

An Observation-Thought-Action cycle record.

Summary

Types

t()

@type t() :: %Cortexa.Models.OTARecord{
  action: String.t(),
  observation: String.t(),
  step: non_neg_integer(),
  thought: String.t(),
  timestamp: String.t()
}