-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(chatPage): update ui add new feed component #1275
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Risk Level 3 - /home/runner/work/quivr/quivr/frontend/lib/components/KnowledgeToFeedInput/hooks/useKnowledgeToFeedInput.ts.ts The code seems to be well written and follows good practices. However, there is a potential risk of const feedBrain = async (): Promise<void> => {
if (!currentBrainId) {
publish({
variant: \"danger\",
text: t(\"selectBrainFirst\"),
});
return;
}
...
}; Risk Level 3 - /home/runner/work/quivr/quivr/frontend/app/chat/layout.tsx The code seems to be removing the Risk Level 4 - /home/runner/work/quivr/quivr/frontend/lib/hooks/useDropzone.ts The changes introduce a new custom hook 🔍🐛💡 Powered by Code Review GPT |
4fb7b5e
to
0166060
Compare
https://www.loom.com/share/8729eacdf3d24d8ea6b990a540a61c25?sid=647463b7-7168-4686-af57-87603e4d7224
#1220