mirror of
https://github.com/danny-avila/LibreChat.git
synced 2026-03-02 06:10:18 +01:00
feat: add validation and error messages for agent name in AgentConfig and AgentPanel
This commit is contained in:
parent
bfeb7bfdd3
commit
8ea2329cff
3 changed files with 35 additions and 12 deletions
|
|
@ -1211,5 +1211,7 @@
|
|||
"com_ui_unsaved_changes": "You have unsaved changes",
|
||||
"com_ui_share_with_everyone": "Share with everyone",
|
||||
"com_ui_make_agent_available_all_users": "Make this agent available to all LibreChat users",
|
||||
"com_ui_public_access_level": "Public access level"
|
||||
"com_ui_public_access_level": "Public access level",
|
||||
"com_ui_agent_name_is_required": "Agent name is required",
|
||||
"com_agents_missing_name": "Please type in a name before creating an agent."
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue