Interface: ArtifactDto
@kortexya/reasoninglayer / Generation / ArtifactDto
Interface: ArtifactDto
Defined in: src/types/generation.ts:20
A generated artifact from the document generation pipeline.
Properties
content
content:
string
Defined in: src/types/generation.ts:22
The generated content (text for text modality).
label
label:
string
Defined in: src/types/generation.ts:24
The artifact label (e.g., “Generated text document”).
modality
modality:
string
Defined in: src/types/generation.ts:26
The modality of the generated artifact.
provenance
provenance:
GenerationProvenanceDto[]
Defined in: src/types/generation.ts:28
Provenance map tracing each citation back to a source fact.