//! IBM Watsonx Provider
//!
//! IBM Watsonx.ai is IBM's enterprise AI platform that provides access to
//! foundation models and tools for building AI applications. This implementation
//! provides access to Watsonx models through their REST API.
//!
//! Supported features:
//! - Chat completions
//! - Streaming chat completions
//! - Tool calling (for supported models)
//!
//! References:
//! - API Docs: <https://cloud.ibm.com/apidocs/watsonx-ai>
// Core modules
// Tests
// Re-export main types for external use
pub use WatsonxConfig;
pub use ;
pub use ;
pub use WatsonxProvider;