Skip to main content

sdk.aigeneratortool.config

Home > @kittl/sdk > AIGeneratorTool > config

AIGeneratorTool.config property

Signature:

config?: {
modelPicker?: {
modelType?: Set<ModelType>;
};
prompt?: {
textPlaceholder?: string;
};
pickers?: {
type: string;
}[];
referenceFrames?: ReferenceFrameConfig;
};