search_knowledge_base
Find knowledge base IDs by searching with a name keyword. Returns all visible knowledge bases when query is empty, including owned and subscribed.
Instructions
搜索知识库列表。query 传空字符串时返回当前账号下所有可见知识库(含自建与订阅)。知道知识库名称但不知道 ID 时用此接口。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | 返回数量上限,1-20。 | |
| query | No | 知识库名称关键词。传空字符串返回全部知识库。 | |
| cursor | No | 分页游标,首次传空字符串。 |