GridAIRequestData
Interface
Represents the request data structure for the Grid AI request.
Definition
Package:@progress/kendo-react-grid
Properties
columns
{ field: string; id?: string; values?: any[] }[]
The array of column definitions with their field names.
headers
Record<string, string>
The headers object containing key-value pairs for the request.
promptMessage
string
The prompt message sent to the AI assistant.
requestOptions
GridAIRequestConfig intersected with { url?: string; cancelToken?: unknown }
The request configuration options for the HTTP request.
role
string
The role or context for the AI request.