Remove unneeded CustomChatComponentFactory from compose sample#6352
Remove unneeded CustomChatComponentFactory from compose sample#6352
Conversation
PR checklist ✅All required conditions are satisfied:
🎉 Great job! This PR is ready for review. |
SDK Size Comparison 📏
|
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Repository UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (4)
💤 Files with no reviewable changes (3)
WalkthroughThe sample app refactors component factory usage by removing Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~12 minutes Poem
🚥 Pre-merge checks | ✅ 2 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (2 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
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 |
28845fa to
727ba8d
Compare
|



Goal
This factory became unneeded after I removed pinned item customizations in #6340
Implementation
Remove the factory and update usages
🎨 UI Changes
None
Testing
The sample should work as before
Summary by CodeRabbit
Refactor
Chores