UseGridAIRequestReturn
Interface
Return type for the useGridAIRequest hook.
Definition
Package:@progress/kendo-react-grid
Properties
cancelRequest
() => void
Cancel the current request.
loading
boolean
Whether a request is currently loading.
sendRequest
(promptMessage: string, isRetry: boolean) => void
Send a prompt request to the AI.
Parameters:promptMessagestringisRetry?boolean
streaming
boolean
Whether a request is currently streaming.