ask_experts
Routes questions to the most relevant expert knowledge bases, retrieves and reranks passages with citations, and optionally synthesizes a grounded answer.
Instructions
Ask the mixture of domain experts a question.
The server routes the question to the most relevant expert knowledge base(s), runs hybrid retrieval + reranking, and returns the best-supported passages. EACH passage includes a citation (title, author, location). You MUST cite these sources in your answer using their bracket numbers, and answer only from them.
Args: question: The natural-language question. top_k: Max passages to return (default 8). experts: Optional list of expert names to force; omit to auto-route. synthesize: If true, the server also returns a grounded, cited answer string.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| top_k | No | ||
| experts | No | ||
| question | Yes | ||
| synthesize | No |