# `Gralkor.Reflection`
[🔗](https://github.com/elimydlarz/jido_gralkor/blob/main/lib/gralkor/reflection.ex#L1)

A named post-ingestion process that saves to a Destination.

# `t`

```elixir
@type t() :: %Gralkor.Reflection{
  chain_of_thought: Gralkor.Reflection.ChainOfThought.t(),
  destination: Gralkor.Destination.t(),
  name: String.t()
}
```

---

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