Skip to content

Documentation v1.0.0


Documentation / @openassistant/geoda / ExecuteSpatialWeightsResult

Type Alias: ExecuteSpatialWeightsResult

ExecuteSpatialWeightsResult = object

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

Properties

additionalData?

optional additionalData: object

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

Index Signature

[id: string]: unknown

weightsId

weightsId: string


llmResult

llmResult: object

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

error?

optional error: string

instruction?

optional instruction: string

result?

optional result: string

success

success: boolean

weightsId?

optional weightsId: string

weightsMeta?

optional weightsMeta: WeightsMeta

Released under the MIT License.