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