cf-gears-mini-chat 0.2.1

mini-chat gear: multi-tenant AI chat
Documentation
1
2
3
4
5
6
7
8
9
10
11
//! Mini-chat's link-time GTS content.
//!
//! Everything declared here reaches `types-registry` automatically through
//! the process-wide `toolkit-gts` inventory — no registration code in
//! [`crate::gear::MiniChatGear::init`] is needed for entries below.
//!
//! One file per content kind keeps this directory navigable as more GTS
//! content accrues (permissions today; future candidates — audit-event
//! topics, role templates, …). Avoid a grab-bag `gts.rs` at crate root.

mod permissions;