export_logs
Export log content to a file on the Desktop, supporting TXT and JSON formats for sharing and troubleshooting.
Instructions
Export logs to a file on the Desktop for sharing
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| logs | Yes | The log content to export (from a previous get_logs call) | |
| format | No | Export format (default: txt) | |
| filename | No | Optional filename (auto-generated if not provided) |