explain_event
Need to understand a FLOX event? Provide its type name or raw data to get a breakdown of each field's name, type, units, and description.
Instructions
Describe the fields of a FLOX event struct. Accepts a type name ('FloxTradeData', 'FloxBookData', 'FloxBarData', 'FloxSymbolContext', 'FloxSignal') OR a raw event dict; returns each field's name, type, units, and human description. Use when the user asks 'what's in this event'.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type_name | No | Event struct name. One of: FloxTradeData, FloxBookData, FloxBarData, FloxSymbolContext, FloxSignal. | |
| event | No | Optional event dict to introspect. If type_name is omitted, the dict's shape is matched against known struct shapes. |