feat: suggest dataservice description#924
Open
bolinocroustibat wants to merge 18 commits into
Open
Conversation
550dbdb to
df4c507
Compare
ThibaudDauce
requested changes
Feb 17, 2026
7c4bf25 to
3c20ce2
Compare
494af3c to
ba1f4fa
Compare
ThibaudDauce
requested changes
Feb 18, 2026
ba1f4fa to
d99abad
Compare
Remove explicit ref import as it's auto-imported by Nuxt Co-authored-by: Cursor <cursoragent@cursor.com>
- Use callAlbertAPI from albert-helpers in generate-dataservice-description (align with other Albert endpoints) - Fix 422 for 'description too short' so it is returned to client instead of 500 - Remove validateAlbertConfig; useAlbertConfig() already throws when API key is missing - Drop redundant error logging in dataservice-description handler Co-authored-by: Cursor <cursoragent@cursor.com>
…ateDescriptionFeedbackUrl Co-authored-by: Cursor <cursoragent@cursor.com>
d99abad to
86cfec4
Compare
…vice documentation
Made-with: Cursor
Made-with: Cursor
98d8896 to
f02323a
Compare
f02323a to
4ca3fb9
Compare
ThibaudDauce
approved these changes
Apr 22, 2026
Contributor
ThibaudDauce
left a comment
There was a problem hiding this comment.
Thanks! Really sorry for the delay :-(
Co-authored-by: Cursor <cursoragent@cursor.com>
…e-dataservice-description.post.ts Co-authored-by: Thibaud Ollagnier <ThibaudDauce@users.noreply.github.com>
Contributor
Author
|
Let's not merge that yet, I would first like to:
|
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.
Add AI-powered description suggestion for dataservices (external APIs) via the Albert API.
When editing a dataservice, a "Suggérer une description" button generates a French description. The button is enabled only when:
Changes:
titleand at least one oftechnicalDocumentationUrlormachineDocumentationUrlEDIT (2026-02-17):
callAlbertAPI(albert-helpers), same pattern as other Albert endpoints.fetch-documentation.ts: HTML stripped, JSON/YAML as-is, 15s timeout, 120k char cap). Previously only the URLs were sent.validateAlbertConfigfrom helper and all Albert endpoints.