Interface: IngestMarkdownRequest
@kortexya/reasoninglayer / Ingestion / IngestMarkdownRequest
Interface: IngestMarkdownRequest
Defined in: src/types/ingestion.ts:762
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:764
Optional configuration overrides.
content
content:
string
Defined in: src/types/ingestion.ts:766
The markdown content to ingest.
ownerId
ownerId:
string
Defined in: src/types/ingestion.ts:768
Owner ID (user who owns the ingested data, UUID).