get_example
Retrieve validated FLOX example code for a trading topic, filtered by language, to avoid writing untested code.
Instructions
Return canonical FLOX example code for a topic, filtered optionally by language. Use this when the user asks 'show me how to {backtest|connect to ccxt|wire an indicator}' BEFORE writing fresh code from memory — the bundled examples are CI-validated, your generated code is not. Topics: strategy, connector, indicator, event-handler, risk, backtest. Languages: python, node, codon, cpp.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| topic | Yes | Topic. One of: strategy, connector, indicator, event-handler, risk, backtest. | |
| language | No | Optional language filter. One of: python, node, codon, cpp. |