Gralkor.Reflection.Artefact (jido_gralkor v7.0.0)

Copy Markdown View Source

One structured result produced by one completed Reflection run.

Summary

Types

t()

@type t() :: %Gralkor.Reflection.Artefact{
  evidence_ids: [String.t()],
  id: String.t(),
  payload: map(),
  reflection: String.t()
}

Functions

new(reflection, payload, evidence_ids)