store_decision
Save key choices as decision entities in the memory graph, tag them for retrieval, and add a dated observation to track reasoning over time.
Instructions
Store an important decision in the memory graph as a Decision entity with a dated observation.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tags | Yes | Tags for categorization (e.g. ['equity', 'Novara', 'John Minzy']) | |
| title | Yes | Short title/identifier for the decision | |
| content | Yes | Full content/description of the decision | |
| importance | No | Importance level 1-5 (default: 3) |