Skip to content

Documentation v1.0.0


Documentation / @openassistant/map / KeplerGlToolLlmResult

Type Alias: KeplerGlToolLlmResult

KeplerGlToolLlmResult = object

Defined in: keplergl/tool.ts:157

Properties

datasetId?

optional datasetId: string

Defined in: keplergl/tool.ts:159


details?

optional details: string

Defined in: keplergl/tool.ts:166


error?

optional error: string

Defined in: keplergl/tool.ts:167


geometryColumn?

optional geometryColumn: string

Defined in: keplergl/tool.ts:160


instruction?

optional instruction: string

Defined in: keplergl/tool.ts:168


latitudeColumn?

optional latitudeColumn: string

Defined in: keplergl/tool.ts:161


layerConfig?

optional layerConfig: Record<string, unknown>

Defined in: keplergl/tool.ts:164


layerId?

optional layerId: string

Defined in: keplergl/tool.ts:165


longitudeColumn?

optional longitudeColumn: string

Defined in: keplergl/tool.ts:162


mapType?

optional mapType: string

Defined in: keplergl/tool.ts:163


success

success: boolean

Defined in: keplergl/tool.ts:158

Released under the MIT License.