Expose AI configuration in profile#4143
Open
nelsonkopliku wants to merge 5 commits intobasic-ai-config-functionsfrom
Open
Expose AI configuration in profile#4143nelsonkopliku wants to merge 5 commits intobasic-ai-config-functionsfrom
nelsonkopliku wants to merge 5 commits intobasic-ai-config-functionsfrom
Conversation
58daf83 to
e8f9f91
Compare
0b8c6b2 to
41dc558
Compare
arbulu89
approved these changes
Apr 8, 2026
Contributor
arbulu89
left a comment
There was a problem hiding this comment.
Looks good!
I didn't check the code where the AIConfiguration is implemented, but the code is simple enough to see that it makes sense.
I understand that you don't include the AI data in the users list as it is not planned to be displayed in the frontend, right?
Member
Author
It's here #4140, just in case
Indeed, not right now. We will add that when needed. |
gagandeepb
approved these changes
Apr 8, 2026
e8f9f91 to
6095286
Compare
d795031 to
b06dc2b
Compare
antgamdia
reviewed
Apr 8, 2026
6095286 to
ecb3839
Compare
…when a user is deleted
b06dc2b to
8c061b2
Compare
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Description
This PR exposes a user's AI configuration as part of the
/profileendpoint.We need to decide wether a user manager can operate on specific users' AI configuration, similarly to what happens with PATs.
Additionally:
Depends on #4140
How was this tested?
Automated and IRL tests.