Interface: ResumeDocumentIngestionResponse
@kortexya/reasoninglayer / Ingestion / ResumeDocumentIngestionResponse
Interface: ResumeDocumentIngestionResponse
Defined in: src/types/ingestion.ts:1104
Response from resuming document ingestion.
Properties
documentId
documentId:
string
Defined in: src/types/ingestion.ts:1106
Document ID.
error?
optionalerror:string|null
Defined in: src/types/ingestion.ts:1108
Error message if resume failed.
pendingReview?
optionalpendingReview:PendingReviewDto[]
Defined in: src/types/ingestion.ts:1110
Entities pending human review.
resumedFromChunk
resumedFromChunk:
number
Defined in: src/types/ingestion.ts:1112
Chunk that was resumed from.
sessionId
sessionId:
string
Defined in: src/types/ingestion.ts:1114
Session ID (UUID).
stats
stats:
IngestionStatsDto
Defined in: src/types/ingestion.ts:1116
Ingestion statistics.
success
success:
boolean
Defined in: src/types/ingestion.ts:1118
Whether the resume was successful.