ask_ai
Ask a natural-language question and get a synthesized answer from published knowledgebase documents, including source document IDs for reference.
Instructions
Ask the Meet Rupert AI a natural-language question. It runs Retrieval-Augmented Generation over the PUBLISHED documents in the knowledgebase and returns a synthesised answer plus the source documents it used (with their documentIds, which you can pass to read_document). This is a one-shot question with no memory of previous calls — use create_chat_thread + ask_in_thread for a multi-turn conversation.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| question | Yes | A natural-language question to answer from the knowledgebase (max 500 chars). | |
| categoryIds | No | Optional list of category UUIDs (from list_categories). On create/update, tags the document. On ask tools, restricts retrieval to these categories. |