//! 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.
/// Vote caching client for the global ObjectiveAI cache.
/// Fetcher for retrieving votes from the global cache.
/// Fetcher for retrieving votes from historical completions.
/// Usage tracking for vector completions.
pub use *;
pub use *;
pub use *;
pub use *;
pub use *;