Interface: IngestMarkdownResponse
@kortexya/reasoninglayer / Ingestion / IngestMarkdownResponse
Interface: IngestMarkdownResponse
Defined in: src/types/ingestion.ts:874
Response from markdown ingestion.
Properties
pendingReview?
optionalpendingReview:PendingReviewDto[]
Defined in: src/types/ingestion.ts:876
Entities that need human review.
sessionId?
optionalsessionId: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.