Skip to main content

headless_lms_chatbot/azure_chatbot/client_tool_calls/
mod.rs

1//! Tool calls the client answers rather than the server: validating an answer that comes back,
2//! and closing out calls that never will be answered.
3
4pub(super) mod abort;
5pub(super) mod answer;
6pub(super) mod repair;