Skip to content

Documentation v1.0.0


Documentation / @openassistant/plots / PCPLlmResult

Type Alias: PCPLlmResult

PCPLlmResult = object

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

Properties

error?

optional error: string

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


instruction?

optional instruction: string

Defined in: echarts/pcp/tool.ts:104


result?

optional result: object

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

datasetName

datasetName: string

details

details: string

id

id: string

image?

optional image: string

variableNames

variableNames: string[]


success

success: boolean

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

Released under the MIT License.