LibreChat/api/models/schema
Yuichi Oneda e565e0faab
🔖 feat: Conversation Bookmarks (#3344)
* feat: add tags property in Conversation model

* feat: add ConversationTag model

* feat: add the tags parameter to getConvosByPage

* feat: add API route to ConversationTag

* feat: add types of ConversationTag

* feat: add data access functions for conversation tags

* feat: add Bookmark table component

* feat: Add an action to bookmark

* feat: add Bookmark nav component

* fix: failed test

* refactor: made 'Saved' tag a constant

* feat: add new bookmark to current conversation

* chore: Add comment

* fix: delete tag from conversations when it's deleted

* fix: Update the query cache when the tag title is changed.

* chore: fix typo

* refactor: add description of rebuilding bookmarks

* chore: remove unused variables

* fix: position when adding a new bookmark

* refactor: add comment, rename a function

* refactor: add a unique constraint in ConversationTag

* chore: add localizations
2024-07-29 10:45:59 -04:00
..
action.js 🔧 fix: Remove Unique Index from Actions Model and Initialize Empty Actions for Deletion (#2118) 2024-03-16 18:53:43 -04:00
assistant.js 🔧 feat: Share Assistant Actions between Users (#2116) 2024-03-16 16:49:11 -04:00
balance.js feat: Accurate Token Usage Tracking & Optional Balance (#1018) 2023-10-05 18:34:10 -04:00
categories.js 🗨️ feat: Prompts (#3131) 2024-06-20 20:24:32 -04:00
conversationTagSchema.js 🔖 feat: Conversation Bookmarks (#3344) 2024-07-29 10:45:59 -04:00
convoSchema.js 🔖 feat: Conversation Bookmarks (#3344) 2024-07-29 10:45:59 -04:00
defaults.js 🔖 feat: Conversation Bookmarks (#3344) 2024-07-29 10:45:59 -04:00
fileSchema.js 📧 feat: email verification (#2344) 2024-06-07 15:06:47 -04:00
key.js feat: Accurate Token Usage Tracking & Optional Balance (#1018) 2023-10-05 18:34:10 -04:00
messageSchema.js ⚙️ fix: Plugin Message Handling Errors (#3392) 2024-07-19 08:06:05 -04:00
pluginAuthSchema.js feat: ChatGPT Plugins/OpenAPI specs for Plugins Endpoint (#620) 2023-07-16 12:19:47 -04:00
presetSchema.js feat: Implement Default Preset Selection for Conversations 📌 (#1275) 2023-12-06 14:00:15 -05:00
projectSchema.js 🗨️ feat: Prompts (#3131) 2024-06-20 20:24:32 -04:00
promptSchema.js 🗨️ feat: Prompt Slash Commands (#3219) 2024-06-27 17:34:48 -04:00
roleSchema.js 🗨️ feat: Prompts (#3131) 2024-06-20 20:24:32 -04:00
shareSchema.js 🚀 feat: Shared Links (#2772) 2024-05-17 18:13:32 -04:00
tokenSchema.js 📧 feat: email verification (#2344) 2024-06-07 15:06:47 -04:00
transaction.js feat(Tx): Add timestamps to transaction schema (#1123) 2023-10-30 09:41:07 -04:00
userSchema.js 🗨️ feat: Prompts (#3131) 2024-06-20 20:24:32 -04:00