Gralkor.Reflection (jido_gralkor v11.0.0)

Copy Markdown View Source

A named synthesis process that produces one artefact from an ordered Chain of Thought.

Summary

Types

t()

@type t() :: %Gralkor.Reflection{
  chain_of_thought: Gralkor.Reflection.ChainOfThought.t(),
  name: String.t(),
  outputs: [map()]
}