fix(onboard): honor Ollama no-tools override during validation#4250
Conversation
|
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 (1)
📝 WalkthroughWalkthroughThe change modifies Ollama model endpoint validation to respect the ChangesOllama Tool-Calling Override
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 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
Honors
NEMOCLAW_OLLAMA_REQUIRE_TOOLS=0during Local Ollama endpoint validation. This lets users who explicitly accept tools-incapable Ollama models continue onboarding instead of failing later on the strict tool-calling validation probe.Related Issue
Fixes #4234
Changes
NEMOCLAW_OLLAMA_REQUIRE_TOOLS=0is set.Type of Change
Verification
npx prek run --all-filespassesnpm testpassesmake docsbuilds without warnings (doc changes only)Signed-off-by: rluo8 ruluo@nvidia.com
Summary by CodeRabbit