# `Cortexa.Models.OTARecord`
[🔗](https://github.com/swadhinbiswas/Cortexa/blob/main/lib/cortexa/models.ex#L11)

An Observation-Thought-Action cycle record.

# `t`

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

---

*Consult [api-reference.md](api-reference.md) for complete listing*
