search_knowledge
Search within a knowledge base by keyword, returning matching files, folders, titles, and snippets for efficient content retrieval.
Instructions
在指定知识库中按关键词搜索内容(含文件和文件夹),返回命中的标题、摘要片段。这是知识库内容检索的核心接口。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | 搜索关键词。 | |
| cursor | No | 分页游标,首次传空字符串。 | |
| knowledge_base_id | Yes | 目标知识库 ID。 |