From 476a9b9a8625f61202156b58e4a82bbd55eb7c1d Mon Sep 17 00:00:00 2001 From: Arman Boyakhchyan Date: Tue, 2 Jun 2026 12:58:23 +0400 Subject: [PATCH] Grids AI Assistant: Add CTP Tags & Notes --- .../GridBase/1 Configuration/aiAssistant.md | 4 ++++ .../1 Configuration/onAIAssistantRequestCreating.md | 5 +++++ .../GridBase/4 Events/aIAssistantRequestCreating.md | 7 ++++++- .../1 Configuration/aiAssistant/aiAssistant.md | 11 ++++++++++- .../1 Configuration/onAIAssistantRequestCreating.md | 5 +++++ .../AIAssistantRequestCreatingEvent.md | 6 +++++- .../1 Configuration/onAIAssistantRequestCreating.md | 5 +++++ .../AIAssistantRequestCreatingEvent.md | 6 +++++- .../15 grids/AIAssistant/AIAssistant.md | 11 ++++++++++- 9 files changed, 55 insertions(+), 5 deletions(-) diff --git a/api-reference/10 UI Components/GridBase/1 Configuration/aiAssistant.md b/api-reference/10 UI Components/GridBase/1 Configuration/aiAssistant.md index 424b5b0963..af3fa4cef1 100644 --- a/api-reference/10 UI Components/GridBase/1 Configuration/aiAssistant.md +++ b/api-reference/10 UI Components/GridBase/1 Configuration/aiAssistant.md @@ -10,7 +10,11 @@ Configures the {WidgetName} AI Assistant. --- +#include common-ctp-note-wo-devextreme + #include common-demobutton-named with { url: "https://js.devexpress.com/Demos/WidgetsGallery/Demo/DataGrid/AIAssistant/", name: "DataGrid - AI Assistant" } + +[tags] ctp diff --git a/api-reference/10 UI Components/GridBase/1 Configuration/onAIAssistantRequestCreating.md b/api-reference/10 UI Components/GridBase/1 Configuration/onAIAssistantRequestCreating.md index 7b7892b05e..68af95bbc4 100644 --- a/api-reference/10 UI Components/GridBase/1 Configuration/onAIAssistantRequestCreating.md +++ b/api-reference/10 UI Components/GridBase/1 Configuration/onAIAssistantRequestCreating.md @@ -32,6 +32,9 @@ The JSON schema of the AI Assistant response. Additional information included in the AI Assistant request. --- + +#include common-ctp-note-wo-devextreme + Use this handler to modify the AI Assistant request. The following code snippet modifies the **e.context** parameter to add context to the request: @@ -111,3 +114,5 @@ The following code snippet modifies the **e.context** parameter to add context t } --- + +[tags] ctp diff --git a/api-reference/10 UI Components/GridBase/4 Events/aIAssistantRequestCreating.md b/api-reference/10 UI Components/GridBase/4 Events/aIAssistantRequestCreating.md index d200857266..68d05dbc26 100644 --- a/api-reference/10 UI Components/GridBase/4 Events/aIAssistantRequestCreating.md +++ b/api-reference/10 UI Components/GridBase/4 Events/aIAssistantRequestCreating.md @@ -7,7 +7,12 @@ type: eventType Raised before an AI Assistant request is created. --- + +#include common-ctp-note-wo-devextreme + Main article: [onAIAssistantRequestCreating](/api-reference/10%20UI%20Components/GridBase/1%20Configuration/onAIAssistantRequestCreating.md '{basewidgetpath}/Configuration/#onAIAssistantRequestCreating') #####See Also##### -#include common-link-handleevents \ No newline at end of file +#include common-link-handleevents + +[tags] ctp diff --git a/api-reference/10 UI Components/dxDataGrid/1 Configuration/aiAssistant/aiAssistant.md b/api-reference/10 UI Components/dxDataGrid/1 Configuration/aiAssistant/aiAssistant.md index 206584b14e..09f32a4325 100644 --- a/api-reference/10 UI Components/dxDataGrid/1 Configuration/aiAssistant/aiAssistant.md +++ b/api-reference/10 UI Components/dxDataGrid/1 Configuration/aiAssistant/aiAssistant.md @@ -8,4 +8,13 @@ inheritsType: AIAssistant Configures the {WidgetName} AI Assistant. --- - \ No newline at end of file + + +#include common-ctp-note-wo-devextreme + +#include common-demobutton-named with { + url: "https://js.devexpress.com/Demos/WidgetsGallery/Demo/DataGrid/AIAssistant/", + name: "DataGrid - AI Assistant" +} + +[tags] ctp diff --git a/api-reference/10 UI Components/dxDataGrid/1 Configuration/onAIAssistantRequestCreating.md b/api-reference/10 UI Components/dxDataGrid/1 Configuration/onAIAssistantRequestCreating.md index f3f412c48f..4e84aff62f 100644 --- a/api-reference/10 UI Components/dxDataGrid/1 Configuration/onAIAssistantRequestCreating.md +++ b/api-reference/10 UI Components/dxDataGrid/1 Configuration/onAIAssistantRequestCreating.md @@ -19,6 +19,9 @@ The UI component's instance. #include common-ref-elementparam with { element: "UI component" } --- + +#include common-ctp-note-wo-devextreme + Use this handler to modify the AI Assistant request. The following code snippet modifies the **e.context** parameter to add request context: @@ -98,3 +101,5 @@ The following code snippet modifies the **e.context** parameter to add request c } --- + +[tags] ctp diff --git a/api-reference/10 UI Components/dxDataGrid/9 Types/AIAssistantRequestCreatingEvent/AIAssistantRequestCreatingEvent.md b/api-reference/10 UI Components/dxDataGrid/9 Types/AIAssistantRequestCreatingEvent/AIAssistantRequestCreatingEvent.md index 7a40901d7c..1fbb7bff37 100644 --- a/api-reference/10 UI Components/dxDataGrid/9 Types/AIAssistantRequestCreatingEvent/AIAssistantRequestCreatingEvent.md +++ b/api-reference/10 UI Components/dxDataGrid/9 Types/AIAssistantRequestCreatingEvent/AIAssistantRequestCreatingEvent.md @@ -12,4 +12,8 @@ generateTypeLink: The argument type in the [aIAssistantRequestCreating]({basewidgetpath}/Events/#aIAssistantRequestCreating) event. --- - \ No newline at end of file + + +#include common-ctp-note-wo-devextreme + +[tags] ctp diff --git a/api-reference/10 UI Components/dxTreeList/1 Configuration/onAIAssistantRequestCreating.md b/api-reference/10 UI Components/dxTreeList/1 Configuration/onAIAssistantRequestCreating.md index 4b677fd25f..e040a52eb3 100644 --- a/api-reference/10 UI Components/dxTreeList/1 Configuration/onAIAssistantRequestCreating.md +++ b/api-reference/10 UI Components/dxTreeList/1 Configuration/onAIAssistantRequestCreating.md @@ -19,6 +19,9 @@ The UI component's instance. #include common-ref-elementparam with { element: "UI component" } --- + +#include common-ctp-note-wo-devextreme + Use this handler to modify the AI Assistant request. The following code snippet modifies the **e.context** parameter to add request context: @@ -98,3 +101,5 @@ The following code snippet modifies the **e.context** parameter to add request c } --- + +[tags] ctp diff --git a/api-reference/10 UI Components/dxTreeList/9 Types/AIAssistantRequestCreatingEvent/AIAssistantRequestCreatingEvent.md b/api-reference/10 UI Components/dxTreeList/9 Types/AIAssistantRequestCreatingEvent/AIAssistantRequestCreatingEvent.md index 3b84b4e1ee..b671c55b08 100644 --- a/api-reference/10 UI Components/dxTreeList/9 Types/AIAssistantRequestCreatingEvent/AIAssistantRequestCreatingEvent.md +++ b/api-reference/10 UI Components/dxTreeList/9 Types/AIAssistantRequestCreatingEvent/AIAssistantRequestCreatingEvent.md @@ -12,4 +12,8 @@ generateTypeLink: The argument type in the [aIAssistantRequestCreating]({basewidgetpath}/Events/#aIAssistantRequestCreating) event. --- - \ No newline at end of file + + +#include common-ctp-note-wo-devextreme + +[tags] ctp diff --git a/api-reference/40 Common Types/15 grids/AIAssistant/AIAssistant.md b/api-reference/40 Common Types/15 grids/AIAssistant/AIAssistant.md index c08157e344..d06f129a3f 100644 --- a/api-reference/40 Common Types/15 grids/AIAssistant/AIAssistant.md +++ b/api-reference/40 Common Types/15 grids/AIAssistant/AIAssistant.md @@ -10,4 +10,13 @@ generateTypeLink: Configures the {WidgetName} AI Assistant. --- - \ No newline at end of file + + +#include common-ctp-note-wo-devextreme + +#include common-demobutton-named with { + url: "https://js.devexpress.com/Demos/WidgetsGallery/Demo/DataGrid/AIAssistant/", + name: "DataGrid - AI Assistant" +} + +[tags] ctp