Skip to content

Interface: TrainingTriggerResponse

@kortexya/reasoninglayer


@kortexya/reasoninglayer / NeuroSymbolic / TrainingTriggerResponse

Interface: TrainingTriggerResponse

Defined in: src/types/neuro-symbolic.ts:20

Response from triggering training.

Properties

error?

optional error: string | null

Defined in: src/types/neuro-symbolic.ts:22

Error message if training failed to trigger.


result?

optional result: object | null

Defined in: src/types/neuro-symbolic.ts:24

Training result (null if subsystem is disabled).


triggered

triggered: boolean

Defined in: src/types/neuro-symbolic.ts:26

Whether the training was triggered successfully.