🛠️ 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:
Danny Avila 2024-12-17 12:45:58 -05:00 committed by GitHub
parent 6ef05dd2e6
commit 0a97ad3915
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 337 additions and 320 deletions

View file

@ -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.',