Skip to content

Interface: DocumentBatchItem

@kortexya/reasoninglayer


@kortexya/reasoninglayer / Ingestion / DocumentBatchItem

Interface: DocumentBatchItem

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

A single document in a batch request.

Properties

document

document: DocumentSource

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

Document source (base64 or URL).


documentId

documentId: string

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

Unique document identifier (for tracking).


documentType?

optional documentType: DocumentType | null

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

Document type hint.