mirror of
https://github.com/langbot-app/LangBot.git
synced 2026-08-29 21:57:14 +00:00
ruff
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user