GridAIRequestData
Interface
Defines the data used to build the HTTP request body sent by the Grid Toolbar AI Assistant.
Definition
Package:@progress/kendo-angular-grid
Properties
The columns of the grid, each represented by its field, id, header, and nested columns (if any).
promptMessage
string
The prompt message to be sent to the AI service.
requestOptions
{ [key: string]: any }
The request options for the AI service, including headers, method, and other configurations.
url?
string
The URL of the AI service endpoint.