1 2 3 4 5
//! Content moderation and safety settings for the Gemini API. /// Safety types: harm categories, thresholds, and ratings. pub mod model; pub use model::*;