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