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