configure_auto_save
Configure automatic saving for a CSV editing session after each operation, with customizable backup, interval, and format settings.
Instructions
Configure auto-save settings for a session.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| session_id | Yes | ||
| enabled | No | ||
| mode | No | after_operation | |
| strategy | No | backup | |
| interval_seconds | No | ||
| max_backups | No | ||
| backup_dir | No | ||
| custom_path | No | ||
| format | No | csv | |
| encoding | No | utf-8 |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||