ask_in_thread
Ask a question in an existing conversation thread, using prior messages as context to retrieve relevant answers and source documents from the knowledgebase.
Instructions
Ask a question within an existing conversation thread. The AI answers with the thread's prior messages as context (so follow-ups like "and what about X?" work), running RAG over the published knowledgebase. Returns the answer plus source documents. Both your question and the answer are saved to the thread.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| question | Yes | The next message/question in the conversation (max 4000 chars). | |
| threadId | Yes | The thread UUID from create_chat_thread or list_chat_threads. | |
| categoryIds | No | Optional list of category UUIDs (from list_categories). On create/update, tags the document. On ask tools, restricts retrieval to these categories. |