Interface: ListIncompleteDocumentsResponse
@kortexya/reasoninglayer / Ingestion / ListIncompleteDocumentsResponse
Interface: ListIncompleteDocumentsResponse
Defined in: src/types/ingestion.ts:1092
List of incomplete documents in a session.
Properties
incompleteDocuments
incompleteDocuments:
IncompleteDocumentDto[]
Defined in: src/types/ingestion.ts:1094
Documents that need to be resumed.
sessionId
sessionId:
string
Defined in: src/types/ingestion.ts:1096
Session ID (UUID).
total
total:
number
Defined in: src/types/ingestion.ts:1098
Total count.