Interface: ProvenanceStepDto
@kortexya/reasoninglayer / Research / ProvenanceStepDto
Interface: ProvenanceStepDto
Defined in: src/types/research.ts:182
A step in the provenance chain.
Properties
description
description:
string
Defined in: src/types/research.ts:186
Description of what happened.
entityId?
optionalentityId:string|null
Defined in: src/types/research.ts:188
OSFKB entity ID involved.
stepType
stepType:
string
Defined in: src/types/research.ts:184
Type of step: “extraction”, “inference”, “assessment”.
timestamp?
optionaltimestamp:string|null
Defined in: src/types/research.ts:190
Timestamp (ISO 8601).