GridAIRequestOptions
Interface
Configuration options for the HTTP request.
Definition
Package:@progress/kendo-angular-grid
Properties
body?
any
The body of the request.
headers?
HttpHeaders
HTTP headers to include with the request.
method?
string
HTTP method to use for the request.
Default:
'POST'
responseType?
"text" | "json" | "arraybuffer" | "blob"
The expected response type.
Default:
'json'
role?
string
The role of the user making the request, e.g., 'user', 'assistant'.
Default:
'user'
withCredentials?
boolean
Whether to include credentials (cookies, authorization headers) with the request.
Default:
false