This commit is contained in:
Typer_Body
2026-05-07 23:33:54 +08:00
parent d176a448e0
commit fc40d3c949
34 changed files with 2297 additions and 1075 deletions
@@ -161,7 +161,12 @@ function isEntityCategory(id: string): id is EntityCategoryId {
// Map sidebar config IDs to SidebarDataContext keys
const ENTITY_KEY_MAP: Record<
EntityCategoryId,
'bots' | 'pipelines' | 'workflows' | 'knowledgeBases' | 'plugins' | 'mcpServers'
| 'bots'
| 'pipelines'
| 'workflows'
| 'knowledgeBases'
| 'plugins'
| 'mcpServers'
> = {
bots: 'bots',
pipelines: 'pipelines',