Interface: IngestDocumentResponse
@kortexya/reasoninglayer / Ingestion / IngestDocumentResponse
Interface: IngestDocumentResponse
Defined in: src/types/ingestion.ts:996
Response from document ingestion.
Properties
error?
optionalerror:string|null
Defined in: src/types/ingestion.ts:998
Error message if parsing failed.
ingestionStats
ingestionStats:
IngestionStatsDto
Defined in: src/types/ingestion.ts:1000
Markdown ingestion statistics (from the markdown pipeline).
metadata
metadata:
ParsedDocumentMetadataDto
Defined in: src/types/ingestion.ts:1002
Document metadata.
parseStats
parseStats:
DocumentParseStatsDto
Defined in: src/types/ingestion.ts:1004
Document parsing statistics.
pendingReview?
optionalpendingReview:PendingReviewDto[]
Defined in: src/types/ingestion.ts:1006
Entities that need human review.
sessionId?
optionalsessionId:string|null
Defined in: src/types/ingestion.ts:1008
Session ID for tracking and resumption (UUID).
success
success:
boolean
Defined in: src/types/ingestion.ts:1010
Whether the entire operation was successful.