Skip to content

Documentation v1.0.0


Documentation / @openassistant/plots / BoxplotLlmResult

Type Alias: BoxplotLlmResult

BoxplotLlmResult = object

Defined in: echarts/boxplot/tool.ts:105

Properties

error?

optional error: string

Defined in: echarts/boxplot/tool.ts:113


instruction?

optional instruction: string

Defined in: echarts/boxplot/tool.ts:114


result?

optional result: object

Defined in: echarts/boxplot/tool.ts:107

boundIQR

boundIQR: number

boxplotData

boxplotData: BoxplotDataProps

datasetName

datasetName: string

id

id: string


success

success: boolean

Defined in: echarts/boxplot/tool.ts:106

Released under the MIT License.