Skip to content

[DRAFT] Grids AI Assistant WIP Docgen - Version 2#8765

Open
arman-boyakhchyan wants to merge 1 commit into
DevExpress:26_1from
arman-boyakhchyan:grids-ai-dts-leftovers-draft-v2-26-1
Open

[DRAFT] Grids AI Assistant WIP Docgen - Version 2#8765
arman-boyakhchyan wants to merge 1 commit into
DevExpress:26_1from
arman-boyakhchyan:grids-ai-dts-leftovers-draft-v2-26-1

Conversation

@arman-boyakhchyan
Copy link
Copy Markdown
Contributor

No description provided.

@arman-boyakhchyan arman-boyakhchyan self-assigned this May 15, 2026
Copilot AI review requested due to automatic review settings May 15, 2026 11:32
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Adds draft API reference scaffolding for grid AI Assistant command/response customization and updates DataGrid/TreeList AI Assistant request event documentation.

Changes:

  • Adds new AI Assistant-related API type topics and response status enum metadata.
  • Adds customizeResponseTitle and customizeResponseText function topics.
  • Updates AI Assistant request event argument docs and adds a DataGrid aiAssistant option topic.

Reviewed changes

Copilot reviewed 14 out of 14 changed files in this pull request and generated 14 comments.

Show a summary per file
File Description
api-reference/NewTopics/ResponseStatusTexts/ResponseStatusTexts.md Adds a new response status text type topic.
api-reference/NewTopics/PredefinedCommands/PredefinedCommands.md Adds a predefined commands type topic.
api-reference/NewTopics/PredefinedCommandNames/PredefinedCommandNames.md Adds a predefined command names type topic.
api-reference/NewTopics/DataGridPredefinedCommands/DataGridPredefinedCommands.md Adds a DataGrid-specific predefined commands topic.
api-reference/NewTopics/DataGridPredefinedCommandNames/DataGridPredefinedCommandNames.md Adds a DataGrid-specific predefined command names topic.
api-reference/NewTopics/DataGridCommandInfo/DataGridCommandInfo.md Adds a DataGrid command info type topic.
api-reference/NewTopics/CommandInfo/CommandInfo.md Adds a shared command info type topic.
api-reference/40 Common Types/15 grids/AIAssistantRequestCreatingInfo/AIAssistantRequestCreatingInfo.md Changes request-creating info metadata to a picked field set.
api-reference/40 Common Types/15 grids/AIAssistant/customizeResponseTitle.md Adds a response title customization function topic.
api-reference/40 Common Types/15 grids/AIAssistant/customizeResponseText.md Adds a response text customization function topic.
api-reference/10 UI Components/dxTreeList/1 Configuration/onAIAssistantRequestCreating.md Removes several documented event fields.
api-reference/10 UI Components/dxDataGrid/1 Configuration/onAIAssistantRequestCreating.md Removes several documented event fields.
api-reference/10 UI Components/dxDataGrid/1 Configuration/aiAssistant.md Adds a DataGrid AI Assistant option topic.
api-reference/_hidden/Enums/ResponseStatus.md Adds a hidden response status union enum.

@@ -0,0 +1,10 @@
---
id: dxDataGrid.Options.aiAssistant
type: AIAssistant

##### field(e.element): DxElement
#include common-ref-elementparam with { element: "UI component" }


##### field(e.element): DxElement
#include common-ref-elementparam with { element: "UI component" }

Comment on lines +6 to +8
type: Pick
generateTypeLink:
acceptValues: 'context' | 'responseSchema' | 'additionalInfo'
Comment on lines +9 to +12
<!-- Description goes here -->

---
<!-- Description goes here --> No newline at end of file
Comment on lines +9 to +12
<!-- Description goes here -->

---
<!-- Description goes here --> No newline at end of file
Comment on lines +9 to +12
<!-- Description goes here -->

---
<!-- Description goes here --> No newline at end of file
Comment on lines +7 to +10
<!-- Description goes here -->

---
<!-- Description goes here --> No newline at end of file
Comment on lines +7 to +19
<!-- Description goes here -->

##### param(status): Enums.ResponseStatus
<!-- Description goes here -->

##### param(commandNames): Array<String>
<!-- Description goes here -->

##### return: String
<!-- Description goes here -->

---
<!-- Description goes here --> No newline at end of file
Comment on lines +7 to +16
<!-- Description goes here -->

##### param(command): CommandInfo
<!-- Description goes here -->

##### return: ResponseStatusTexts
<!-- Description goes here -->

---
<!-- Description goes here --> No newline at end of file
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants