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

@ -9,7 +9,7 @@
use chrono::Utc;
use serde::{Deserialize, Serialize};
use crate::agent::tools::{ToolCall, ToolCallDelta, ToolDef, FunctionDef};
use crate::agent::tools::{ToolCall, ToolCallDelta, ToolDef};
/// Message content — either plain text or an array of content parts
/// (for multimodal messages with images). Serializes as a JSON string