Interface: ResearchReportResponse
@kortexya/reasoninglayer / Research / ResearchReportResponse
Interface: ResearchReportResponse
Defined in: src/types/research.ts:342
Full research report response.
Properties
contradictions
contradictions:
ContradictionDto[]
Defined in: src/types/research.ts:354
Detected contradictions.
findings
findings:
ResearchFindingDto[]
Defined in: src/types/research.ts:350
Verified findings.
generatedContent?
optionalgeneratedContent:string|null
Defined in: src/types/research.ts:358
Generated report content (markdown).
knowledgeGaps
knowledgeGaps:
KnowledgeGapDto[]
Defined in: src/types/research.ts:352
Unresolved knowledge gaps.
question
question:
string
Defined in: src/types/research.ts:346
The original research question.
sessionId
sessionId:
string
Defined in: src/types/research.ts:344
Session ID.
statistics
statistics:
ResearchStatisticsDto
Defined in: src/types/research.ts:356
Research statistics.
summary
summary:
string
Defined in: src/types/research.ts:348
Executive summary.
verification?
optionalverification:ReportVerificationDto|null
Defined in: src/types/research.ts:360
Oversight verification result.