Gralkor.Reflection (jido_gralkor v7.0.0)

Copy Markdown View Source

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

Summary

Types

t()

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