llm_model_export
Export routing history to CSV or JSON for analysis in Excel, Python, R, or other data tools. Get a file path and record count to track model performance.
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 |