Skip to content

Documentation v1.0.0


Documentation / @openassistant/geoda / SpatialWeightsLlmResult

Type Alias: SpatialWeightsLlmResult

SpatialWeightsLlmResult = object

Defined in: src/weights/tool.ts:31

Properties

error?

optional error: string

Defined in: src/weights/tool.ts:36


instruction?

optional instruction: string

Defined in: src/weights/tool.ts:37


result?

optional result: string

Defined in: src/weights/tool.ts:35


success

success: boolean

Defined in: src/weights/tool.ts:32


weightsId?

optional weightsId: string

Defined in: src/weights/tool.ts:33


weightsMeta?

optional weightsMeta: WeightsMeta

Defined in: src/weights/tool.ts:34

Released under the MIT License.