adk-gemini 0.9.0

Rust client for Google Gemini API
Documentation
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::*;