caliban-provider-google 0.3.0

Google Gemini schema family for the caliban agent harness — internal crate for the caliban binary; no API stability, pin exact versions
Documentation
1
2
3
4
5
6
7
8
//! Native wire-format types for the Google Gemini API.

pub mod events;
pub mod request;
pub mod response;

pub use request::*;
pub use response::*;