query_knowledge_base
Ask questions to get answers from your documents via a multi-agent RAG pipeline. Receive a proposed answer for review and approval, enabling interactive refinement.
Instructions
Ask the knowledge assistant a question. Runs a multi-agent pipeline: coordinator -> retriever (RAG) -> synthesizer. Returns a proposed answer for your review. After reviewing, call approve_or_edit_answer to approve or request edits (human-in-the-loop).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | ||
| top_k | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||