//! Response types for vector completions.
//!
//! - [`unary`] - Complete (non-streaming) responses
//! - [`streaming`] - Incremental chunk-based responses
//! - [`Vote`] - Individual LLM vote data
//! - [`Usage`] - Aggregated token and cost statistics
pub use *;
pub use *;