Skip to content

Documentation v1.0.0


Documentation / @openassistant/geoda / StandardizeVariableToolLlmResult

Type Alias: StandardizeVariableToolLlmResult

StandardizeVariableToolLlmResult = object

Defined in: src/variable/tool.ts:23

Properties

details?

optional details: string

Defined in: src/variable/tool.ts:25


error?

optional error: string

Defined in: src/variable/tool.ts:26


instruction?

optional instruction: string

Defined in: src/variable/tool.ts:27


success

success: boolean

Defined in: src/variable/tool.ts:24

Released under the MIT License.