ask_history
Retrieve synthesized answers from your past conversation history using RAG. Ask questions like 'how did we...' and get answers with citations from relevant threads.
Instructions
Answer a question from the user's OWN past sessions (RAG): retrieves the most relevant threads and returns a synthesized answer with [thread N] citations + the source list. Use for 'how did we...' / 'what did I decide about...' instead of reading many threads. Needs an LLM engine configured (distillation enabled).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| question | Yes | The question to answer from the user's history. |