Skip to content

Interface: ResumeDocumentIngestionRequest

@kortexya/reasoninglayer


@kortexya/reasoninglayer / Ingestion / ResumeDocumentIngestionRequest

Interface: ResumeDocumentIngestionRequest

Defined in: src/types/ingestion.ts:820

Request to resume ingestion of a document.

Properties

config?

optional config: IngestionConfigDto | null

Defined in: src/types/ingestion.ts:822

Optional configuration overrides.


content

content: string

Defined in: src/types/ingestion.ts:824

Content of the document (must match original hash).


documentId

documentId: string

Defined in: src/types/ingestion.ts:826

Document ID to resume.


ownerId

ownerId: string

Defined in: src/types/ingestion.ts:828

Owner ID (UUID).