cleanup: remove unused imports from refactoring
Co-Authored-By: Proof of Concept <poc@bcachefs.org>
This commit is contained in:
parent
112abb2000
commit
aa7511d110
3 changed files with 2 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue