Skip to main content

robit_chatbot/tool/
mod.rs

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