1 2 3
// This file now re-exports the Message struct from the tools module // to maintain backward compatibility while avoiding duplicate definitions pub use crate::models::tools::Message;