Skip to content

Documentation v1.0.0


Documentation / @openassistant/map / DownloadMapLlmResult

Type Alias: DownloadMapLlmResult

DownloadMapLlmResult = object

Defined in: data/tool.ts:14

Properties

datasetName?

optional datasetName: string

Defined in: data/tool.ts:16


error?

optional error: string

Defined in: data/tool.ts:20


fields?

optional fields: string[]

Defined in: data/tool.ts:17


instructions?

optional instructions: string

Defined in: data/tool.ts:19


result?

optional result: string

Defined in: data/tool.ts:18


success

success: boolean

Defined in: data/tool.ts:15

Released under the MIT License.