Skip to content

Interface: RunCycleResponse

@kortexya/reasoninglayer


@kortexya/reasoninglayer / Cognitive / RunCycleResponse

Interface: RunCycleResponse

Defined in: src/types/cognitive.ts:406

Response after running an agent cycle.

Properties

message

message: string

Defined in: src/types/cognitive.ts:408

Message describing what happened.


outcome

outcome: CycleOutcomeDto

Defined in: src/types/cognitive.ts:410

Outcome of the cycle.