Interface: StepLogEntryDto
@kortexya/reasoninglayer / Ingestion / StepLogEntryDto
Interface: StepLogEntryDto
Defined in: src/types/ingestion.ts:24
A chronological log entry from the ingestion pipeline.
Properties
message
message:
string
Defined in: src/types/ingestion.ts:26
Human-readable description of what happened.
step
step:
string
Defined in: src/types/ingestion.ts:28
Pipeline step that produced this event.
timestamp
timestamp:
string
Defined in: src/types/ingestion.ts:30
When this event occurred (ISO 8601).