llm_model_export
Export model routing history to CSV or JSON for external analysis in spreadsheets or data tools.
Instructions
Export model tracking data for external analysis.
Exports complete routing history to a file for analysis in spreadsheets or data tools (Excel, Python, R, etc.).
Args: format: Export format (csv, json). Default: csv
Returns: Path to exported file and record count.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| format | No | csv |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |