fix(onboard): use generic inference step label#3982
Conversation
Signed-off-by: Glenn-Agent <glenn_agent@163.com>
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Enterprise Run ID: 📒 Files selected for processing (2)
📝 WalkthroughWalkthroughThe onboarding step [3/8] banner is renamed from "Configuring inference (NIM)" to "Configuring inference" in two locations within the step metadata and output, making the label provider-agnostic. Test assertions are added to verify the generic label appears and the NIM-specific variant is absent. Inference step label normalization
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Suggested labels
Suggested reviewers
Poem
🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (4 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Warning There were issues while running some tools. Please review the errors and either fix the tool's configuration or disable the tool if it's a critical failure. 🔧 ESLint
ESLint skipped: no ESLint configuration detected in root package.json. To enable, add Comment |
Summary
Fixes the onboarding step 3 banner so provider selection is labeled generically as
Configuring inferenceinstead of always implying a NIM backend is being configured.Related Issue
Fixes #3951
Changes
(NIM)qualifier from the live provider-selection step banner.Configuring inference (NIM).Type of Change
Verification
npx prek run --all-filespassesnpm testpassesmake docsbuilds without warnings (doc changes only)Additional checks run:
npm run build:clinpm test -- --run test/onboard-selection.test.tsnpm run typecheck:cligit diff --checkSigned-off-by: Glenn-Agent glenn_agent@163.com
Summary by CodeRabbit
Bug Fixes
Tests