Skip to content

Interface: DocumentMetadataDto

@kortexya/reasoninglayer


@kortexya/reasoninglayer / Ingestion / DocumentMetadataDto

Interface: DocumentMetadataDto

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

Optional metadata about a markdown document.

Properties

createdAt?

optional createdAt: string | null

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

Creation date (ISO 8601).


source?

optional source: string | null

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

Source URL or path.


tags?

optional tags: string[]

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

Custom tags.


title?

optional title: string | null

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

Document title.