//! Oracle Cloud Infrastructure (OCI) Generative AI Provider
//!
//! OCI Generative AI provides access to foundation models including Cohere Command
//! and Meta Llama models through Oracle Cloud Infrastructure.
//!
//! Supported features:
//! - Chat completions
//! - Streaming chat completions
//! - Tool calling (for supported models)
//!
//! References:
//! - API Docs: <https://docs.oracle.com/en-us/iaas/Content/generative-ai/home.htm>
// Core modules
// Re-export main types for external use
pub use OciConfig;
pub use ;
pub use ;
pub use OciProvider;