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