ask_knowledge_base
Find precise answers in your knowledge base by asking questions in natural language. Leverages semantic search, knowledge graphs, and LLM generation to summarize and extract information from full documents.
Instructions
向知识库提问,使用 IMA 完整的 RAG 搜索引擎(语义检索 + 知识图谱 + LLM 生成回答)。这是与 IMA 网页端完全一致的问答能力,能深入检索文档全文内容。需要配置 IMA_COOKIE 环境变量(从浏览器开发者工具获取)。⚠️ knowledge_base_id 请使用 list_knowledge_bases_full 返回的 cookie_knowledge_base_id 字段。典型用法:'上周会议的主要结论是什么?'、'总结知识库里关于 X 的所有内容'、'这些文档中的关键数据是什么?'
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| question | Yes | 要向知识库提问的问题。支持自然语言,越长越具体越好。 | |
| knowledge_base_id | Yes | 知识库 ID,请使用 list_knowledge_bases_full 返回的 cookie_knowledge_base_id 字段值。 |