fix(kb): doc selector (#4048)

This commit is contained in:
Vikhyath Mondreti
2026-04-08 10:28:14 -07:00
committed by GitHub
parent efb582e96a
commit 650487c3c9

View File

@@ -127,6 +127,8 @@ export const KnowledgeBlock: BlockConfig = {
title: 'Document',
type: 'document-selector',
canonicalParamId: 'documentId',
serviceId: 'knowledge',
selectorKey: 'knowledge.documents',
placeholder: 'Select document',
dependsOn: ['knowledgeBaseSelector'],
required: true,