headless_lms_chatbot/
lib.rs

1
2
3
4
5
6
7
8
9
10
//! For chatbot-related features.

pub mod azure_blob_storage;
pub mod azure_chatbot;
pub mod azure_datasources;
pub mod azure_search_index;
pub mod azure_search_indexer;
pub mod azure_skillset;

pub(crate) mod prelude;