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 Google Gemini streaming SSE chunks.
//!
//! In Gemini's SSE stream each `data:` line is a complete `NativeResponse`
//! (same shape as the non-streaming response). Chunks accumulate parts; the
//! final chunk has `finishReason` set.

// Re-export the full response type — each SSE chunk is a NativeResponse.
pub use crate::schema::response::NativeResponse;