mirror of
https://github.com/danny-avila/LibreChat.git
synced 2026-03-02 14:20:18 +01:00
🐛 fix: Memories Key Updates (#8302)
* Updated the PATCH /memories/:key endpoint to allow key changes while ensuring no duplicate keys exist. * Improved error handling in MemoryCreateDialog and MemoryEditDialog for key validation and duplication scenarios. * Added a new translation for memory key validation error in translation.json.
This commit is contained in:
parent
f4d97e1672
commit
12b08183ff
4 changed files with 68 additions and 15 deletions
|
|
@ -856,6 +856,7 @@
|
|||
"com_ui_memory_deleted": "Memory deleted",
|
||||
"com_ui_memory_deleted_items": "Deleted Memories",
|
||||
"com_ui_memory_key_exists": "A memory with this key already exists. Please use a different key.",
|
||||
"com_ui_memory_key_validation": "Memory key must only contain lowercase letters and underscores.",
|
||||
"com_ui_memory_updated": "Updated saved memory",
|
||||
"com_ui_memory_updated_items": "Updated Memories",
|
||||
"com_ui_mention": "Mention an endpoint, assistant, or preset to quickly switch to it",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue