GridSmartBoxAIAssistantSettings
Defines the settings for the SmartBox tool AI Assistant mode.
Definition
Package:@progress/kendo-angular-grid
Properties
enabled?
boolean
Specifies whether the mode is enabled.
true
history?
boolean | SmartBoxHistorySettings
Sets the settings for the history queries.
placeholder?
string
The placeholder of the input in Semantic Search mode.
promptSuggestions?
string[]
Defines a list of prompts to be suggested.
Configures the request options that the SmartBox tool sends with the AI request.
{ headers: new HttpHeaders({ 'Content-Type': 'application/json' }), role: 'user', method: 'POST', responseType: 'json', withCredentials: false }
requestUrl?
string
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?
boolean | SpeechToTextButtonSettings
Sets the settings for the Speech to Text button.