//! Streaming response types for vector completions.
//!
//! - [`VectorCompletionChunk`] - Top-level streaming chunk
//! - [`ChatCompletionChunk`] - Individual LLM completion chunk
//! - [`Object`] - Type marker (`"vector.completion.chunk"`)
pub use *;
pub use *;
pub use *;