get_example
Retrieve canonical FLOX example code for a topic like strategy or backtest, optionally filtered by language, to use CI-validated code instead of untested custom 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. |