Interface: ResearchReportResponse
@kortexya/reasoninglayer / Research / ResearchReportResponse
Interface: ResearchReportResponse
Defined in: src/types/research.ts:314
Full research report response.
Properties
contradictions
contradictions:
ContradictionDto[]
Defined in: src/types/research.ts:326
Detected contradictions.
findings
findings:
ResearchFindingDto[]
Defined in: src/types/research.ts:322
Verified findings.
generatedContent?
optionalgeneratedContent:string|null
Defined in: src/types/research.ts:330
Generated report content (markdown).
knowledgeGaps
knowledgeGaps:
KnowledgeGapDto[]
Defined in: src/types/research.ts:324
Unresolved knowledge gaps.
question
question:
string
Defined in: src/types/research.ts:318
The original research question.
sessionId
sessionId:
string
Defined in: src/types/research.ts:316
Session ID.
statistics
statistics:
ResearchStatisticsDto
Defined in: src/types/research.ts:328
Research statistics.
summary
summary:
string
Defined in: src/types/research.ts:320
Executive summary.
verification?
optionalverification:ReportVerificationDto|null
Defined in: src/types/research.ts:332
Oversight verification result.