SmartBox.aiAssistantSettings.service
configurationString value represents 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 smartBoxAIAssistantPromptRequest event to modify the request options before the tool sends it.
The object configuration enables the user to set specific headers configuration and send additional data with the AI request.
When service is not configured, the SmartBox tool does not send an HTTP request. You should handle the smartBoxAIAssistantPromptRequest event to send and handle a custom HTTP request.
smartBox.aiAssistantSettings.service
String|ObjectsmartBox.aiAssistantSettings.service.data
Object|FunctionThe data to send with the AI service request. Can be an object or a function that returns the data.
The headers to send with the AI service request.
The URL of the AI service to send requests to.