mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-20 18:30:15 +01:00
🛠️ Fix: Update Agent Cache and Improve Actions UI (#5020)
* style: improve a11y, localization, and styling consistency of actions input form * refactor: move agent mutations to dedicated module * fix: update agent cache on agent deletion + delete and update actions
This commit is contained in:
parent
6ef05dd2e6
commit
0a97ad3915
8 changed files with 337 additions and 320 deletions
|
|
@ -401,7 +401,10 @@ export default {
|
|||
com_ui_locked: 'Locked',
|
||||
com_ui_upload_delay:
|
||||
'Uploading "{0}" is taking more time than anticipated. Please wait while the file finishes indexing for retrieval.',
|
||||
com_ui_schema: 'Schema',
|
||||
com_ui_enter_openapi_schema: 'Enter your OpenAPI schema here',
|
||||
com_ui_privacy_policy: 'Privacy policy',
|
||||
com_ui_privacy_policy_url: 'Privacy Policy URL',
|
||||
com_ui_terms_of_service: 'Terms of service',
|
||||
com_ui_use_micrphone: 'Use microphone',
|
||||
com_ui_min_tags: 'Cannot remove more values, a minimum of {0} are required.',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue