//! `OpenAI` provider driver.
//!
//! Chat completions, streaming, structured outputs, search (Responses API),
//! and tool use. Vendor wire translation is delegated to the shared
//! `systemprompt_models::wire` codecs via the `canonical_bridge`.
pub use OpenAiProvider;