mnemostack_answer
Retrieves relevant memories and synthesizes a short factual answer with confidence score and source citations, flagging if fallback is needed.
Instructions
Generate concise factual answer from retrieved memories.
Uses hybrid recall to find relevant memories, then an LLM inference layer to synthesize a short answer with confidence score and citations.
Returns: answer text, confidence (0.0-1.0), sources, fallback_recommended.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | ||
| limit | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||