Attach Knowledge Base
neuron_attach_knowledge_baseAttach a knowledge base to a bot to enhance its responses with domain-specific knowledge. Optional priority determines retrieval order when multiple knowledge bases are attached.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Unique identifier (UUID) of the bot | |
| priority | No | Priority level for knowledge base retrieval (higher values are checked first) | |
| knowledgeBaseId | Yes | Unique identifier (UUID) of the knowledge base to attach |