Interface: IngestMarkdownRequest
@kortexya/reasoninglayer / Ingestion / IngestMarkdownRequest
Interface: IngestMarkdownRequest
Defined in: src/types/ingestion.ts:773
Request to ingest markdown content.
Remarks
Tenant ID is provided via the X-Tenant-Id header.
Properties
config?
optionalconfig:IngestionConfigDto|null
Defined in: src/types/ingestion.ts:775
Optional configuration overrides.
content
content:
string
Defined in: src/types/ingestion.ts:777
The markdown content to ingest.
ownerId
ownerId:
string
Defined in: src/types/ingestion.ts:779
Owner ID (user who owns the ingested data, UUID).