cleanup: remove unused imports from refactoring

Co-Authored-By: Proof of Concept <poc@bcachefs.org>
This commit is contained in:
ProofOfConcept 2026-04-04 15:16:20 -04:00 committed by Kent Overstreet
parent 112abb2000
commit aa7511d110
3 changed files with 2 additions and 4 deletions

View file

@ -11,8 +11,7 @@
// Also handles streaming artifacts: whitespace inside XML tags from
// token boundaries, </think> tags, etc.
use crate::agent::api::types::*;
use crate::agent::tools::{ToolCall, ToolDef, FunctionCall};
use crate::agent::tools::{ToolCall, FunctionCall};
/// Parse leaked tool calls from response text.
/// Looks for `<tool_call>...</tool_call>` blocks and tries both