knowledge_base_search
Search Xinyang's internal knowledge base to find product parameters, technical solutions, company policies, processes, and project information. Submit a query to retrieve relevant knowledge base entries.
Instructions
搜索芯阳公司内部知识库。当用户询问芯阳内部产品参数、技术方案、公司制度、流程、项目信息时,必须使用此工具。禁止直接 curl 或 fetch 调用后端 API,必须通过本工具查询。默认搜索地址为 http://10.1.120.36:5010/search,可通过 search_api_url 参数自定义。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | The search query to look up in the knowledge base | |
| search_api_url | No | Optional override for the search API URL. Defaults to http://10.1.120.36:5010/search. Use this to point at a different knowledge base search endpoint. |