We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e8bd55 commit c0dbb0cCopy full SHA for c0dbb0c
crates/chat-cli/src/cli/chat/mod.rs
@@ -573,7 +573,6 @@ impl ChatContext {
573
input = Some(input.unwrap_or("In a few words, summarize our conversation so far.".to_owned()));
574
cs.tool_manager = tool_manager;
575
cs.update_state(true).await;
576
- cs.enforce_tool_use_history_invariants(false);
577
cs
578
} else {
579
ConversationState::new(
0 commit comments