docs:(APPS-35839) add skills for the remaining ui-widgets packages - #2540
Open
shivendra6720 wants to merge 2 commits into
Open
docs:(APPS-35839) add skills for the remaining ui-widgets packages#2540shivendra6720 wants to merge 2 commits into
shivendra6720 wants to merge 2 commits into
Conversation
Add references/widgets/ guides for conversational-agent-chat, datatable, multi-file-upload, pdf-viewer, and external-auth, mirroring the validation-station integration pattern: SKILL.md navigation rows, an oauth-scopes Widgets section (replaces the standing TODO), scaffold cross-links, and prefer-the-widget pointers in the SDK references. Live-tested against alpha; folds in the resulting fixes: the comma-vs-space scope delimiter trap in oauth-client-setup, publish-status warnings for the unpublished (pdf-viewer, external-auth) and runtime-broken published (multi-file-upload 1.0.0) packages, the Vite optimizeDeps exclude+include pair for pdf-viewer, and the numeric folder-id lookup recipe. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
shivendra6720
requested review from
Raina451,
Sandeepan-Ghosh-0312,
deepeshrai-tech,
ninja-shreyash and
swati354
as code owners
August 10, 2026 09:15
|
|
||
| Signatures/params/examples for services, event-helper classes, options, enums: `dist/conversational-agent/index.d.ts`. Per-method scopes: shipped `docs/oauth-scopes.md`. This file covers only what neither can express. | ||
|
|
||
| > **Building a chat UI?** The `@uipath/ui-widgets-conversational-agent-chat` widget ships the complete chat experience (streaming, attachments, history, feedback) — embed it instead of hand-wiring: [../widgets/conversational-agent-chat.md](../widgets/conversational-agent-chat.md). Use this file when the widget's UI cannot express the requirement. |
Contributor
There was a problem hiding this comment.
mention something like "Building a chat UI with conversational agent?"
| - User asks about `uip codedapp` commands, `.uipath/` directory, `app.config.json`, or `action-schema.json` | ||
| - User wants to **scaffold** a new React/Vue frontend for UiPath Cloud or an Action Center form | ||
| - User wants to embed the **Document Understanding Validation Station** widget for human review of DU extraction results | ||
| - User wants to embed a **`@uipath/ui-widgets-*` widget**: DU Validation Station (human review of DU extraction results), Conversational Agent chat, Data Fabric DataTable, multi-file bucket upload, PDF viewer, or external-IdP sign-in |
Contributor
There was a problem hiding this comment.
User doesnt know about @uipath/ui-widget-*, so how would they "want" to embed that. Change the sentence.
… wording
Rephrase the SKILL.md when-to-use bullet around user goals instead of the
@uipath/ui-widgets-* package namespace users don't know, and make the
conversational-agent redirect lead-in explicit ("chat UI with a
conversational agent"). Per maninder-uipath's review on #2540.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
maninder-uipath
approved these changes
Aug 10, 2026
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.
What
Adds
references/widgets/guides for the 5 remaining@uipath/ui-widgets-*packages — conversational-agent-chat, datatable, multi-file-upload, pdf-viewer, external-auth — following the validation-station pattern: SKILL.md navigation rows, an oauth-scopes Widgets section (replaces the standing TODO), scaffold cross-links in create-web/action-app, and prefer-the-widget pointers in the SDK references.How it was tested
npm run skills:validate+ description hook green; all relative links resolve.optimizeDepspair, numeric folder-id lookup).Reviewer notes
pdf-viewerandexternal-authare not on npm yet — their guides open with a mandatory publish check and a fallback.multi-file-upload@1.0.0is broken on SDK ≥1.5 (telemetryClient.track); its guide carries a warning until the republish.