fix: rename LLM router to LLM selector#10650
Conversation
|
Important Review skippedAuto incremental reviews are disabled on this repository. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the WalkthroughThe display_name attribute of the LLMRouterComponent is renamed from "LLM Router" to "LLM Selector" in a single file. No functional or logic changes are introduced. Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Pre-merge checks and finishing touchesImportant Pre-merge checks failedPlease resolve all errors before merging. Addressing warnings is optional. ❌ Failed checks (1 error)
✅ Passed checks (6 passed)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Codecov Report✅ All modified and coverable lines are covered by tests. ❌ Your project status has failed because the head coverage (38.95%) is below the target coverage (60.00%). You can increase the head coverage or adjust the target coverage. Additional details and impacted files@@ Coverage Diff @@
## main #10650 +/- ##
==========================================
- Coverage 31.63% 31.63% -0.01%
==========================================
Files 1350 1350
Lines 61154 61154
Branches 9142 9142
==========================================
- Hits 19348 19347 -1
Misses 40890 40890
- Partials 916 917 +1
Flags with carried forward coverage won't be shown. Click here to find out more. 🚀 New features to boost your workflow:
|
Adam-Aghili
left a comment
There was a problem hiding this comment.
does this require a doc change?
https://docs.langflow.org/components-processing#llm-router
It might be worth refactoring the component, file and path names.
llm_router.py -> llm_selector.py
| @@ -15,7 +15,7 @@ | |||
|
|
|||
|
|
|||
| class LLMRouterComponent(Component): | |||
There was a problem hiding this comment.
| class LLMRouterComponent(Component): | |
| class LLMSelectorComponent(Component): |
77ee8b7 to
ae6ae34
Compare
673e75e to
d62e5a0
Compare
-- Rename LLM router to LLM Selector
Summary by CodeRabbit