diff --git a/crates/assistant_tools/src/edit_agent.rs b/crates/assistant_tools/src/edit_agent.rs index af7dae2e2014c223f18ef8ac4451b6108adeedfb..0184dff36c0a4130ce2880f3e7e84acb013aadfd 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)