feat: add validation and error messages for agent name in AgentConfig and AgentPanel

This commit is contained in:
Atef Bellaaj 2025-06-23 12:25:44 +02:00 committed by Danny Avila
parent bfeb7bfdd3
commit 8ea2329cff
No known key found for this signature in database
GPG key ID: BF31EEB2C5CA0956
3 changed files with 35 additions and 12 deletions

View file

@ -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."
}