search_relevant_chunks
Search a private knowledge base for the most relevant text chunks matching a question, returning original passages directly.
Instructions
搜索与问题最相关的知识片段(不经过生成器,返回原文)。
Args:
question: 搜索关键词
top_k: 返回片段数量(默认 3)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| top_k | No | ||
| question | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |