Interface: MarkdownDocumentDto
@kortexya/reasoninglayer / Ingestion / MarkdownDocumentDto
Interface: MarkdownDocumentDto
Defined in: src/types/ingestion.ts:340
A markdown document in a batch request.
Properties
content
content:
string
Defined in: src/types/ingestion.ts:342
The markdown content.
documentId
documentId:
string
Defined in: src/types/ingestion.ts:344
Unique document identifier (for tracking).
metadata?
optionalmetadata:DocumentMetadataDto|null
Defined in: src/types/ingestion.ts:346
Optional metadata about the document.