Skip to content

Interface: IngestMarkdownResponse

@kortexya/reasoninglayer


@kortexya/reasoninglayer / Ingestion / IngestMarkdownResponse

Interface: IngestMarkdownResponse

Defined in: src/types/ingestion.ts:874

Response from markdown ingestion.

Properties

pendingReview?

optional pendingReview: PendingReviewDto[]

Defined in: src/types/ingestion.ts:876

Entities that need human review.


sessionId?

optional sessionId: string | null

Defined in: src/types/ingestion.ts:878

Session ID for tracking and resumption (UUID).


stats

stats: IngestionStatsDto

Defined in: src/types/ingestion.ts:880

Ingestion statistics.


success

success: boolean

Defined in: src/types/ingestion.ts:882

Whether ingestion was successful.