-
Notifications
You must be signed in to change notification settings - Fork 672
✨AI Column: Methods and handlers #31275
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
Merged
Changes from all commits
Commits
Show all changes
65 commits
Select commit
Hold shift + click to select a range
61fa2f5
AI Column type, sorting test
899cf2b
Merge branch '25_2' of github.com:DevExpress/DevExtreme into AI-Colum…
60c2661
Fix tests
5251ddd
Update test handler
dc63e3b
Merge branch '25_2' of github.com:DevExpress/DevExtreme into AI-Colum…
bc882d9
Merge branch '25_2' of github.com:DevExpress/DevExtreme into AI-Colum…
a268cae
Merge branch '25_2' of github.com:DevExpress/DevExtreme into AI-Colum…
638c59d
Add structure
ffbf698
Add methods
9e65d90
Merge commit
38dbb4b
Merge branch '25_2' of github.com:DevExpress/DevExtreme into AI-Colum…
4543f14
Refactoring
dd4a44d
Add aiIntegration tests
ba73086
Prompt property
202d34d
Handling data changing
798b3e4
Async tests
149ca7b
Manual mode test
dc00b82
Merge branch '25_2' of github.com:DevExpress/DevExtreme into New-AI-C…
97a34ab
Remove playground file dx.ai-integration.js
c78d4ef
Remove playground file jquery AI Column Base.html
9166c36
Remove playground file jquery calculateCellValue.html
42163d0
Rollback
03acfb0
Rollback
a54a763
Fix tests
5ae838d
Update dx.all.d.ts
56ebe9a
Error text fix
03e3d20
Merge branch '25_2' of github.com:DevExpress/DevExtreme into New-AI-C…
6de7eaf
Fix comments
f660cca
Rename GenerateColumn -> GenerateGridColumn
378f570
.d.ts regeneration
3489f78
Merge branch '25_2' of github.com:DevExpress/DevExtreme into AI-Colum…
f223b4a
abortAIColumnRequest implementation
025a2e7
sendAIColumnRequest requires prompt
07e44df
New request aborts the previous one
48afd22
Merge branch '25_2' into AI-Column-Methods
79c790e
refreshAIColumn tests
6f49324
clearAIColumn tests
1b24cf5
getAIColumnValue test template
f5c40ba
Comment empty tests
d85654a
Update timers, move showResults, add handler tests
a814864
Rolllback showResults
bac54f9
Add onAIColumnRequestCreating implementation
91af18f
Merge branch '25_2' of github.com:DevExpress/DevExtreme into AI-Colum…
c18c97a
Passing additionalInfo
fec80b3
Manual running requests
b148e60
onAIColumnResponseReceived implementation
56d2595
onAIColumnResponseReceived additionalData and errorHandler
96b3943
TS fix
dd7f750
Merge branch '25_2' of github.com:DevExpress/DevExtreme into AI-Colum…
6ebc95f
Regenerating .d.ts.
daa72b2
Type fix
280aa17
.d.ts regenertion
96e9252
.d.ts fix
4e39d75
Dependency fix
0932c71
Fix test
3ec15bd
Merge branch '25_2' into AI-Column-Methods
f2a4166
Fix tests
c770a6a
Fix tests
67a9941
Fix test
3a5d764
Fix tests
38d6b2b
Merge branch '25_2' of github.com:DevExpress/DevExtreme into AI-Colum…
74b9850
Merge branch '25_2' into AI-Column-Methods
Raushen 719863f
CardView: Replace public image URLs with local URLs for TestCafe test…
Alyar666 4c486e5
DataGrid: Apply design changes to AIPromptEditor (#31437)
Alyar666 1daa5d9
Merge branch '25_2' of github.com:DevExpress/DevExtreme into AI-Colum…
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
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
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Shouldn't 'response.additionalInfo' be parsed too?
Uh oh!
There was an error while loading. Please reload this page.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We expected this field will be read-to-use in the onAIColumnResponseReceived handler as its value came not from AI, but from an endpoint. So yes, it was planned it is already dictionary.
However we gonna to avoid using this handler and prefer do all necessary operations on the aiIntegration.sendRequest level. In the future there will be a task removing this field.