Skip to content

Commit e479178

Browse files
committed
nit: keep checkpoint name
1 parent 049ea08 commit e479178

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/chat-cli/src/cli/chat/conversation.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -883,7 +883,7 @@ Return only the JSON configuration, no additional text.",
883883
self.transcript.push_back(message);
884884
}
885885

886-
/// Restore conversation from a capture's history snapshot
886+
/// Restore conversation from a checkpoint's history snapshot
887887
pub fn restore_to_checkpoint(&mut self, checkpoint: &Checkpoint) -> Result<(), eyre::Report> {
888888
// 1. Restore history from snapshot
889889
self.history = checkpoint.history_snapshot.clone();

0 commit comments

Comments
 (0)