New to Kendo UI for Angular? Start a free 30-day trial
GridToolbarAIRequestOptions
Configuration options for the HTTP request.
Name | Type | Default | Description |
---|---|---|---|
body? |
|
The body of the request. | |
headers? |
|
HTTP headers to include with the request. | |
method? |
|
|
HTTP method to use for the request. |
responseType? |
|
|
The expected response type. |
role? |
|
|
The role of the user making the request, e.g., 'user', 'assistant'. |
withCredentials? |
|
|
Whether to include credentials (cookies, authorization headers) with the request. |