Documentation / @openassistant/geoda / ExecuteSpatialWeightsResult
Type Alias: ExecuteSpatialWeightsResult
ExecuteSpatialWeightsResult =
object
Defined in: src/weights/tool.ts:181
Properties
additionalData?
optionaladditionalData: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?
optionalerror:string
instruction?
optionalinstruction:string
result?
optionalresult:string
success
success:
boolean
weightsId?
optionalweightsId:string
weightsMeta?
optionalweightsMeta:WeightsMeta
