UI: chat interface remove skills list

This commit is contained in:
qixinbo
2026-03-29 22:13:58 +08:00
parent ae6340d429
commit 4427e33567
4 changed files with 51 additions and 99 deletions
+3 -3
View File
@@ -28,7 +28,7 @@
"modelNotFound": "Model not found",
"availableModels": "Available Models",
"dataSource": "Data Source",
"clearSelected": "Clear Selected",
"clearSelected": "Clear Selection",
"clearSelectedWithCount": "Clear Selected ({{count}})",
"noAvailableSkills": "No available skills",
"askAnything": "Ask anything...",
@@ -98,7 +98,7 @@
"dataSourceConfig": "Data Source Configuration",
"manageDataSourceConnections": "Manage data source connections for Q&A",
"newDataSource": "New Data Source",
"noDataSources": "No data sources",
"noDataSources": "No data source available in current project, please create one in settings",
"clickTopRightToAddFirstDataSource": "Click the button on the top right to add your first data source",
"newProject": "New Project",
"projectList": "Project List",
@@ -236,7 +236,7 @@
"knowledgeBaseReindexSuccess": "Knowledge base reindexed successfully",
"knowledgeBaseReindexFailed": "Failed to reindex knowledge base",
"selectProjectBeforeManageKnowledgeBase": "Please select a project before managing knowledge bases",
"noKnowledgeBases": "No knowledge bases in this project. Create one in Settings first.",
"noKnowledgeBases": "No knowledge base available in current project, please create one in settings",
"confirmDeleteUser": "Are you sure you want to delete this user?",
"newUserMustHavePassword": "New users must have a password",
"anErrorOccurred": "An error occurred",