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

GridSmartBoxAIAssistantSettings

Updated on Feb 5, 2026

Defines the settings for the SmartBox tool AI Assistant mode.

NameTypeDefaultDescription

enabled?

boolean

true

Specifies whether the mode is enabled.

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.

requestOptions?

GridAIRequestOptions

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

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

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.

Not finding the help you need?
Contact Support