diff --git a/crates/assistant_tools/src/edit_agent.rs b/crates/assistant_tools/src/edit_agent.rs index af7dae2e20..0184dff36c 100644 --- a/crates/assistant_tools/src/edit_agent.rs +++ b/crates/assistant_tools/src/edit_agent.rs @@ -719,7 +719,7 @@ impl EditAgent { tools, stop: Vec::new(), temperature: None, - thinking_allowed: false, + thinking_allowed: true, }; Ok(self.model.stream_completion_text(request, cx).await?.stream)