//! Vector completion client and supporting types.
//!
//! This module provides the client for creating vector completions, which
//! orchestrate multiple LLM chat completions for voting on response options.
/// Usage tracking for vector completions.
pub use *;
pub use *;
pub use *;
pub use *;
pub use *;