adk_model/gemini/
mod.rs

1pub mod client;
2pub mod streaming;
3
4pub use client::GeminiModel;