explain_event
Describe the fields of a FLOX event struct. Provide a type name or raw event dict to get 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 |
|---|---|---|---|
| event | No | Optional event dict to introspect. If type_name is omitted, the dict's shape is matched against known struct shapes. | |
| type_name | No | Event struct name. One of: FloxTradeData, FloxBookData, FloxBarData, FloxSymbolContext, FloxSignal. |