-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Grids AI Assistant: Add (Update) API Descriptions Part 3 #8815
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
arman-boyakhchyan
merged 4 commits into
DevExpress:26_1
from
arman-boyakhchyan:grids-ai-assistant-api-part-3-26-1
Jun 3, 2026
Merged
Changes from all commits
Commits
Show all changes
4 commits
Select commit
Hold shift + click to select a range
bc4e0ac
Grids AI Assistant: Add (Update) API Descriptions Part 3
arman-boyakhchyan 8c6f07e
Add Minor Formatting Update
arman-boyakhchyan 99c8bf9
Merge branch '26_1' of https://github.com/DevExpress/devextreme-docum…
arman-boyakhchyan f355bac
Apply suggestions from code review
arman-boyakhchyan File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
.../BasicFilterExprObj/BasicFilterExprObj.md → ... grids/BasicFilterExpr/BasicFilterExpr.md
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
16 changes: 16 additions & 0 deletions
16
api-reference/40 Common Types/15 grids/FilterExpr/FilterExpr.md
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,16 @@ | ||
| --- | ||
| id: FilterExpr | ||
| module: common/grids | ||
| export: FilterExpr | ||
| type: BasicFilterExpr | CombinedFilterExpr | NegatedFilterExpr | ||
| --- | ||
| --- | ||
| ##### shortDescription | ||
| A DataGrid/TreeList filter expression. | ||
|
|
||
| --- | ||
| **FilterExpr** is a union of multiple types whose structure depends on the represented filter expression. For additional information, see the following topics: | ||
|
|
||
| - [BasicFilterExpr](/api-reference/40%20Common%20Types/15%20grids/BasicFilterExpr '{basewidgetpath}/BasicFilterExpr/') | ||
| - [CombinedFilterExpr](/api-reference/40%20Common%20Types/15%20grids/CombinedFilterExpr '{basewidgetpath}/CombinedFilterExpr/') | ||
| - [NegatedFilterExpr](/api-reference/40%20Common%20Types/15%20grids/NegatedFilterExpr '{basewidgetpath}/NegatedFilterExpr/') |
14 changes: 14 additions & 0 deletions
14
api-reference/40 Common Types/15 grids/FilterExprNode/FilterExprNode.md
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,14 @@ | ||
| --- | ||
| id: FilterExprNode | ||
| module: common/grids | ||
| export: FilterExprNode | ||
| --- | ||
|
arman-boyakhchyan marked this conversation as resolved.
|
||
| --- | ||
| ##### shortDescription | ||
| A node in a filter expression tree ([FilterExprTree]({basewidgetpath}/FilterExprTree/)). | ||
|
|
||
|
Comment on lines
+7
to
+9
|
||
| --- | ||
| This object includes the following fields: | ||
|
|
||
| - **id**: A unique identifier for the node. Nodes reference each other by ID. | ||
| - **expr**: The filter expression ([FilterExpr]({basewidgetpath}/FilterExpr/)). | ||
|
arman-boyakhchyan marked this conversation as resolved.
|
||
16 changes: 0 additions & 16 deletions
16
api-reference/40 Common Types/15 grids/FilterExprObj/FilterExprObj.md
This file was deleted.
Oops, something went wrong.
16 changes: 16 additions & 0 deletions
16
api-reference/40 Common Types/15 grids/FilterExprTree/FilterExprTree.md
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,16 @@ | ||
| --- | ||
| id: FilterExprTree | ||
| module: common/grids | ||
| export: FilterExprTree | ||
| --- | ||
|
arman-boyakhchyan marked this conversation as resolved.
arman-boyakhchyan marked this conversation as resolved.
|
||
| --- | ||
| ##### shortDescription | ||
| A complex filter expression in a flat data structure. | ||
|
|
||
| --- | ||
| **FilterExprTree** stores a filter expression tree as a flat list rather than a hierarchical structure. This flat structure improves compatibility with AI services for the AI Assistant's `filterValue` command. | ||
|
|
||
| This object includes the following fields: | ||
|
|
||
| - **rootId**: The ID of the root [FilterExprNode]({basewidgetpath}/FilterExprNode/). This node is evaluated first. **rootId** must match the **id** value of an object in the **nodes** array. | ||
| - **nodes**: An array of [FilterExprNode]({basewidgetpath}/FilterExprNode/) objects. Each node must have a unique **id**. | ||
|
arman-boyakhchyan marked this conversation as resolved.
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
12 changes: 0 additions & 12 deletions
12
api-reference/NewTopics/BasicFilterExpr/BasicFilterExpr.md
This file was deleted.
Oops, something went wrong.
12 changes: 0 additions & 12 deletions
12
api-reference/NewTopics/CombinedFilterExpr/CombinedFilterExpr.md
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
12 changes: 0 additions & 12 deletions
12
api-reference/NewTopics/NegatedFilterExpr/NegatedFilterExpr.md
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.