Skip to content

Interface: ResearchSessionSummaryDto

@kortexya/reasoninglayer


@kortexya/reasoninglayer / Research / ResearchSessionSummaryDto

Interface: ResearchSessionSummaryDto

Defined in: src/types/research.ts:122

One row in the session list — a lightweight summary for list views.

Properties

createdAt

createdAt: string

Defined in: src/types/research.ts:138

When the session was created (ISO 8601).


question

question: string

Defined in: src/types/research.ts:126

The research question.


sessionId

sessionId: string

Defined in: src/types/research.ts:124

Session ID (UUID).


status

status: ResearchSessionStatusDto

Defined in: src/types/research.ts:128

Current session status.


totalContradictions

totalContradictions: number

Defined in: src/types/research.ts:134

Total contradictions.


totalFindings

totalFindings: number

Defined in: src/types/research.ts:132

Total findings.


totalGaps

totalGaps: number

Defined in: src/types/research.ts:136

Total knowledge gaps.


totalPapersIngested

totalPapersIngested: number

Defined in: src/types/research.ts:130

Total papers ingested.


updatedAt

updatedAt: string

Defined in: src/types/research.ts:140

When the session was last updated (ISO 8601).