-
-
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: add prompt trigger through # #1023
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Risk Level 3 - /home/runner/work/quivr/quivr/frontend/lib/context/BrainProvider/hooks/useBrainProvider.ts The changes in this file introduce new state variables and functions related to Risk Level 3 - /home/runner/work/quivr/quivr/frontend/app/chat/[chatId]/components/ActionsBar/components/ChatInput/components/ChatBar/components/MentionInput/MentionInput.tsx The developer has made significant changes to the Risk Level 3 - /home/runner/work/quivr/quivr/frontend/app/chat/[chatId]/components/ActionsBar/components/ChatInput/components/ChatBar/components/MentionInput/hooks/helpers/MentionState.ts The developer has made significant changes to the 📝🔍🐛 Powered by Code Review GPT |
@@ -118,5 +131,10 @@ export const useBrainProvider = () => { | |||
isFetchingBrains, | |||
defaultBrainId, | |||
fetchDefaultBrain, | |||
fetchPublicPrompts, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ca commence a devenir un peu fat pour un brain provider
1fb39df
to
3dc59ab
Compare
frontend/.eslintrc.js
Outdated
@@ -13,6 +13,7 @@ module.exports = { | |||
"import/no-unresolved": 0, | |||
"import/prefer-default-export": 0, | |||
"import/no-duplicates": "error", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
remove this, francoisH is gonna KO this
3dc59ab
to
5d0a79e
Compare
5d0a79e
to
f55c523
Compare
f55c523
to
0ba53c9
Compare
88729e9
to
cbcc8c7
Compare
* feat: add prompt trigger to mention input * feat: update chat shortcuts * test: update BrainProviderMock * feat: improve ux * feat: update message header position * feat: improve mention input dx * fix(MentionInput): fix minor bugs * feat: refactor <ShareBrain/> * feat: add brain sharing button * fix: make popover buttons click working * feat: update backspace handle logic * feat: update add new brain button ui
* feat: add prompt trigger to mention input * feat: update chat shortcuts * test: update BrainProviderMock * feat: improve ux * feat: update message header position * feat: improve mention input dx * fix(MentionInput): fix minor bugs * feat: refactor <ShareBrain/> * feat: add brain sharing button * fix: make popover buttons click working * feat: update backspace handle logic * feat: update add new brain button ui
Description