search_knowledge_base
Retrieve relevant passages from the bundled knowledge base using a natural-language query. Specify the number of results needed to get the top matches.
Instructions
Search the bundled knowledge base for passages relevant to a query.
Args: query: Natural-language search query. top_k: Maximum number of results to return (default 3).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | ||
| top_k | No |