Skip to content

Interface: SortBoxResponse

@kortexya/reasoninglayer


@kortexya/reasoninglayer / NeuroSymbolic / SortBoxResponse

Interface: SortBoxResponse

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

Response for sort box lookup.

Properties

dim?

optional dim: number | null

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

Embedding dimension.


error?

optional error: string | null

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

Error message.


found

found: boolean

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

Whether the sort box was found.


logVolume?

optional logVolume: number | null

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

Log volume of the box.


maxCoords?

optional maxCoords: number[] | null

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

Maximum coordinates.


minCoords?

optional minCoords: number[] | null

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

Minimum coordinates.


sortName

sortName: string

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

Sort name.