Skip to main content

headless_lms_chatbot/chatbot_tools/client_tools/
mod.rs

1//! Tools the client answers on the learner's behalf, which suspend the turn until it does.
2
3pub mod ask_multiple_choice_question;