Skip to content

Documentation v1.0.0


Documentation / @openassistant/plots / HistogramLlmResult

Type Alias: HistogramLlmResult

HistogramLlmResult = object

Defined in: echarts/histogram/tool.ts:94

Properties

error?

optional error: string

Defined in: echarts/histogram/tool.ts:102


instruction?

optional instruction: string

Defined in: echarts/histogram/tool.ts:103


result?

optional result: object

Defined in: echarts/histogram/tool.ts:96

datasetName

datasetName: string

details

details: string

id

id: string

variableName

variableName: string


success

success: boolean

Defined in: echarts/histogram/tool.ts:95

Released under the MIT License.