Skip to content

Commit 566feae

Browse files
Khaled Abu BakerKhaled Abu Baker
authored andcommitted
fix: remove reload_serialized_state call not available in main repo
The main repository loads conversation state directly from database, making the reload_serialized_state method unnecessary and unavailable.
1 parent dc976cd commit 566feae

File tree

1 file changed

+0
-1
lines changed
  • crates/chat-cli/src/cli/chat

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -542,7 +542,6 @@ impl ChatSession {
542542
true => {
543543
let mut cs = previous_conversation.unwrap();
544544
existing_conversation = true;
545-
cs.reload_serialized_state(os).await;
546545

547546
// Extract last exchange (user question + assistant response)
548547
let resume_prompt = if let Some((user_msg, assistant_msg)) = cs.history().back() {

0 commit comments

Comments
 (0)