Lineage Dto
data class LineageDto constructor(val propositionId: String, val text: String, val status: String, val reinforceCount: Int, val groundingChunkIds: List<String>, val sourceSummaries: List<String>, val provenance: List<DiscoveryProvenanceDto> = emptyList())
A leak-free lineage summary — the "why" behind a stored fact.
Constructors
Properties
Link copied to clipboard
the grounding chunk ids as opaque strings
Link copied to clipboard
the explained proposition's id
Link copied to clipboard
the proposition's source evidence, ordered by evidence key
Link copied to clipboard
how many times the proposition has been reinforced
Link copied to clipboard
the source proposition statements this one was abstracted from