decide
Get definitive answers and decisions based on stored knowledge, with confidence scores, evidence, and conflict detection. Use to resolve what should be done or how to handle situations.
Instructions
Ask SharedMemory to make a decision or answer a question based on all stored knowledge. Returns an answer with confidence score, supporting evidence, applicable procedures, and conflict detection. Use this when you need a definitive answer about 'what should we do?' or 'how do we handle X?'
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| question | Yes | The question or situation to decide on (e.g. 'How do we handle refunds?' or 'What's the deployment process?') | |
| volume_id | No | Volume ID. Uses default if not set. | |
| domain | No | Optional domain filter (e.g. 'engineering', 'sales') | |
| fast | No | Skip LLM synthesis for faster response (returns raw source instead) |