GridSmartBoxAIAssistantSettings
Defines the settings for the SmartBox tool AI Assistant mode.
| Name | Type | Default | Description |
|---|---|---|---|
enabled? |
|
|
Specifies whether the mode is enabled. |
history? |
|
Sets the settings for the history queries. | |
placeholder? |
|
The placeholder of the input in Semantic Search mode. | |
promptSuggestions? |
|
Defines a list of prompts to be suggested. | |
requestOptions? |
|
|
Configures the request options that the SmartBox tool sends with the AI request. |
requestUrl? |
|
The URL to which the SmartBox tool sends the AI request. When you set this property, the SmartBox tool sends and handles an HTTP request to the provided URL. You can handle the promptRequest event to modify the request options before the tool sends it. When you do not set this property, the SmartBox tool does not send an HTTP request. You should handle the promptRequest event to send and handle a custom HTTP request. | |
speechToTextButton? |
|
Sets the settings for the Speech to Text button. |