Skip to content

Rulvar API reference


Rulvar API reference / @rulvar/rulvar / RunFactsSheet

Interface: RunFactsSheet

Defined in: packages/core/dist/index.d.ts

The run's own recorded execution facts, prepared by the caller (deterministic sentences plus the trigger vocabularies).

Properties

PropertyTypeDescriptionDefined in
idsreadonly string[]Identity triggers: ids the run itself minted (runId, child node ids).packages/core/dist/index.d.ts
numbersreadonly number[]Numeric triggers: recorded fact values (counts, totals).packages/core/dist/index.d.ts
textstringDeterministic sentences of the recorded facts.packages/core/dist/index.d.ts