Skip to content

Interface: DocumentMetadataDto

@kortexya/reasoninglayer


@kortexya/reasoninglayer / Ingestion / DocumentMetadataDto

Interface: DocumentMetadataDto

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

Optional metadata about a markdown document.

Properties

createdAt?

optional createdAt: string | null

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

Creation date (ISO 8601).


source?

optional source: string | null

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

Source URL or path.


tags?

optional tags: string[]

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

Custom tags.


title?

optional title: string | null

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

Document title.