(options: CheckpointRestoreOptions)
| 4605 | return cleanConversationHistory |
| 4606 | } |
| 4607 | public async checkpointRestore(options: CheckpointRestoreOptions) { |
| 4608 | return checkpointRestore(this, options) |
| 4609 | } |
| 4610 | |
| 4611 | public async checkpointDiff(options: CheckpointDiffOptions) { |
| 4612 | return checkpointDiff(this, options) |
no test coverage detected