//! Gemini provider driver.
//!
//! Chat completions, streaming, code-execution tool, Google Search grounding,
//! and tool use. Vendor wire translation is delegated to the shared
//! `systemprompt_models::wire::gemini` codec; this module keeps the transport,
//! the schema transformer / tool-name mapper, and the canonical glue.
pub use ;
pub use GeminiProvider;
pub use ;