diff --git a/src/core/bot/tool_executor.rs b/src/core/bot/tool_executor.rs index e6c59678..62b1a21f 100644 --- a/src/core/bot/tool_executor.rs +++ b/src/core/bot/tool_executor.rs @@ -1,6 +1,6 @@ /// Generic tool executor for LLM tool calls /// Works across all LLM providers (GLM, OpenAI, Claude, etc.) -use log::{error, info, trace, warn}; +use log::{error, info}; use serde_json::Value; use std::fs::OpenOptions; use std::io::Write;