Interface: RunCycleResponse
@kortexya/reasoninglayer / Cognitive / RunCycleResponse
Interface: RunCycleResponse
Defined in: src/types/cognitive.ts:428
Response after running an agent cycle.
Properties
message
message:
string
Defined in: src/types/cognitive.ts:430
Message describing what happened.
outcome
outcome:
CycleOutcomeDto
Defined in: src/types/cognitive.ts:432
Outcome of the cycle.