mirror of
https://github.com/danny-avila/LibreChat.git
synced 2026-03-09 09:32:36 +01:00
refactor: bing button
THIS IS NOT FINISHED. DONT USE THIS
This commit is contained in:
parent
c7c30d8bb5
commit
8ea98cca5d
5 changed files with 32 additions and 278 deletions
|
|
@ -42,7 +42,9 @@ const messages = atom({
|
|||
const messagesTree = selector({
|
||||
key: 'messagesTree',
|
||||
get: ({ get }) => {
|
||||
return buildTree(get(messages));
|
||||
const _messages = get(messages);
|
||||
const groupAll = _messages?.[0]?.searchResult;
|
||||
return buildTree(_messages, groupAll);
|
||||
}
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue