Skip to content

Interface: ResearchCycleResponse

@kortexya/reasoninglayer


@kortexya/reasoninglayer / Research / ResearchCycleResponse

Interface: ResearchCycleResponse

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

Response from running a research cycle.

Properties

converged

converged: boolean

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

Whether the session has converged (no more cycles needed).


cycle

cycle: ResearchCycleResultDto

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

Results from this cycle.


sessionId

sessionId: string

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

Session ID.


status

status: ResearchSessionStatusDto

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

Current session status after cycle.