Skip to content

Commit c0dbb0c

Browse files
committed
removes extra update
1 parent 0e8bd55 commit c0dbb0c

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
@@ -573,7 +573,6 @@ impl ChatContext {
573573
input = Some(input.unwrap_or("In a few words, summarize our conversation so far.".to_owned()));
574574
cs.tool_manager = tool_manager;
575575
cs.update_state(true).await;
576-
cs.enforce_tool_use_history_invariants(false);
577576
cs
578577
} else {
579578
ConversationState::new(

0 commit comments

Comments
 (0)