Interface: IngestMarkdownResponse
@kortexya/reasoninglayer / Ingestion / IngestMarkdownResponse
Interface: IngestMarkdownResponse
Defined in: src/types/ingestion.ts:1034
Response from markdown ingestion.
Properties
pendingReview?
optionalpendingReview:PendingReviewDto[]
Defined in: src/types/ingestion.ts:1036
Entities that need human review.
sessionId?
optionalsessionId:string|null
Defined in: src/types/ingestion.ts:1038
Session ID for tracking and resumption (UUID).
stats
stats:
IngestionStatsDto
Defined in: src/types/ingestion.ts:1040
Ingestion statistics.
success
success:
boolean
Defined in: src/types/ingestion.ts:1042
Whether ingestion was successful.