//! Trait for fetching votes from historical completions.
use cratectx;
/// Fetches votes from a previously executed vector completion.
///
/// Only returns votes generated by actual LLM inference. Excludes votes that
/// came from the cache (`from_cache`), but includes votes from previous retries.