Interface: DocumentMetadataDto
@kortexya/reasoninglayer / Ingestion / DocumentMetadataDto
Interface: DocumentMetadataDto
Defined in: src/types/ingestion.ts:326
Optional metadata about a markdown document.
Properties
createdAt?
optionalcreatedAt:string|null
Defined in: src/types/ingestion.ts:328
Creation date (ISO 8601).
source?
optionalsource:string|null
Defined in: src/types/ingestion.ts:330
Source URL or path.
tags?
optionaltags:string[]
Defined in: src/types/ingestion.ts:332
Custom tags.
title?
optionaltitle:string|null
Defined in: src/types/ingestion.ts:334
Document title.