kb_read
Read raw knowledge base text directly, bypassing LLM-generated answers. Limit content with start_line/end_line and specify vault_path in multi-vault setups to avoid pulling whole files.
Instructions
读取知识库原文(不调用 LLM 生成回答;若索引有未同步的变更会先触发一次增量同步,可能调用 embedding API,建议带上 start_line/end_line 限定范围避免一次拉全篇)。多库环境下建议显式传 vault_path(fan-out 结果中的 source 是库内相对路径)。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| source | Yes | ||
| heading | No | ||
| end_line | No | ||
| start_line | No | ||
| vault_path | No | 可选,已注册知识库的绝对路径;仅注册了一个库时可省略 |