Skip to content

Interface: SaveWeightsResponse

@kortexya/reasoninglayer


@kortexya/reasoninglayer / NeuroSymbolic / SaveWeightsResponse

Interface: SaveWeightsResponse

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

Response from saving weights.

Properties

error?

optional error: string | null

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

Error message if saving failed.


success

success: boolean

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

Whether weights were saved successfully.