//! Unary (non-streaming) response types for vector completions.
//!
//! - [`VectorCompletion`] - Complete vector completion response
//! - [`ChatCompletion`] - Individual LLM completion
//! - [`Object`] - Type marker (`"vector.completion"`)
pub use *;
pub use *;
pub use *;