1//! Chatbot-specific tools shared across bot platforms (QQ, Feishu, etc.). 2 3pub mod send_file; 4 5pub use send_file::SendFileTool;