diff --git a/crates/agent/src/thread.rs b/crates/agent/src/thread.rs index de98fbf845e696ed0369eda826438af87bdbecc6..a2dd6da5d5cb32f3072b75737ad6b0c177b56ebd 100644 --- a/crates/agent/src/thread.rs +++ b/crates/agent/src/thread.rs @@ -1376,15 +1376,6 @@ impl Thread { cx, ); } - } else if let Some(tool) = self.tools.tool(&tool_use.name, cx) { - self.run_tool( - tool_use.id.clone(), - tool_use.ui_text.clone(), - tool_use.input.clone(), - &messages, - tool, - cx, - ); } }