GridToolbarAIPromptSettings
Interface representing all configuration options of the AI Assistant Prompt.
Name | Type | Default | Description |
---|---|---|---|
activeView? |
|
The active view index of the AIPrompt component. | |
disabledGenerateButton? |
|
Sets the disabled state for the Generate button in the Prompt view. | |
generateButtonIcon? |
|
Sets the icon for the Generate button in the Prompt view. | |
generateButtonSVGIcon? |
|
Sets the SVG icon for the Generate button in the Prompt view. | |
promptOutputs? |
|
Sets the collection of generated prompt outputs to render in the Output view. | |
promptSuggestions? |
|
Sets the collection of suggestions to render in the Prompt view. | |
showOutputRating? |
|
Specifies if the rating buttons appear in each Output view card. By default, the rating buttons do not appear. | |
speechToTextButton? |
|
Sets the settings for the Speech to Text button in the Prompt view. | |
streaming? |
|
Specifies whether the Stop generation button appears in the Output view. | |
textAreaSettings? |
|
Sets the settings for the TextArea in the Prompt view. Use this property to customize the TextArea appearance. |