New to Kendo UI for AngularStart a free 30-day trial

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.

Default:

true

history?

boolean | SmartBoxHistorySettings

Sets the settings for the history queries.

The placeholder of the input in Semantic Search mode.

Defines a list of prompts to be suggested.

Configures the request options that the SmartBox tool sends with the AI request.

Default:

{ headers: new HttpHeaders({ 'Content-Type': 'application/json' }), role: 'user', method: 'POST', responseType: 'json', withCredentials: false }

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.