Skip to content

Interface: ResumeDocumentIngestionRequest

@kortexya/reasoninglayer


@kortexya/reasoninglayer / Ingestion / ResumeDocumentIngestionRequest

Interface: ResumeDocumentIngestionRequest

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

Request to resume ingestion of a document.

Properties

config?

optional config: IngestionConfigDto | null

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

Optional configuration overrides.


content

content: string

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

Content of the document (must match original hash).


documentId

documentId: string

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

Document ID to resume.


ownerId

ownerId: string

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

Owner ID (UUID).