Skip to main content

sdk.aigeneratortool

Home > @kittl/sdk > AIGeneratorTool

AIGeneratorTool interface

Signature:

export interface AIGeneratorTool extends PanelItem, ContextualPanelBasedOnSelection 

Extends: PanelItem, ContextualPanelBasedOnSelection

Properties

Property

Modifiers

Type

Description

config?

{ modelPicker?: { modelType?: Set&lt;[ModelType](./sdk.modeltype.mdx)<!-- -->&gt;; }; prompt?: { textPlaceholder?: string; }; pickers?: { type: string; }\[\]; referenceFrames?: [ReferenceFrameConfig](./sdk.referenceframeconfig.mdx)<!-- -->; }

(Optional)

generate

StandardisedGenerateFunction

The generate function for the AI generator tool - this will be called when the user submits their generation request.