explain_decision
Trace an event's causal parent chain back to the root to answer why a specific event occurred, such as an order fill. Shows the sequence of parent events leading to the event.
Instructions
Walk an event's causal-parent chain back toward the root. Returns the chain in order from the requested event to its root. Use when the user asks 'why did this fill happen' / 'trace the cause of order 42' — the chain shows which signal produced the order, which event triggered the signal, etc.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| event_id | Yes | ||
| max_depth | No | Stop walking after this many parents. Default 32. |